[Python-checkins] r70852 - in python/trunk/Misc: ACKS NEWS
jesse.noller
python-checkins at python.org
Tue Mar 31 20:27:15 CEST 2009
Author: jesse.noller
Date: Tue Mar 31 20:27:14 2009
New Revision: 70852
Log:
missed the news/acks for netbsd patch
Modified:
python/trunk/Misc/ACKS
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/ACKS
==============================================================================
--- python/trunk/Misc/ACKS (original)
+++ python/trunk/Misc/ACKS Tue Mar 31 20:27:14 2009
@@ -489,6 +489,7 @@
Sjoerd Mullender
Sape Mullender
Michael Muller
+Piotr Meyer
John Nagle
Takahiro Nakayama
Travers Naran
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Tue Mar 31 20:27:14 2009
@@ -199,6 +199,8 @@
Library
-------
+- Issue #5400: Added patch for multiprocessing on netbsd compilation/support
+
- Issue #5387: Fixed mmap.move crash by integer overflow.
- Issue #5261: Patch multiprocessing's semaphore.c to support context
More information about the Python-checkins
mailing list