[Python-checkins] r64147 - in python/trunk/Misc: ACKS NEWS

benjamin.peterson python-checkins at python.org
Wed Jun 11 22:04:30 CEST 2008


Author: benjamin.peterson
Date: Wed Jun 11 22:04:30 2008
New Revision: 64147

Log:
update ACKS and NEWs for multiprocessing


Modified:
   python/trunk/Misc/ACKS
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/ACKS
==============================================================================
--- python/trunk/Misc/ACKS	(original)
+++ python/trunk/Misc/ACKS	Wed Jun 11 22:04:30 2008
@@ -486,6 +486,7 @@
 Gustavo Niemeyer
 Oscar Nierstrasz
 Hrvoje Niksic
+Jesse Noller
 Bill Noon
 Stefan Norberg
 Tim Northover
@@ -502,6 +503,7 @@
 Douglas Orr
 Denis S. Otkidach
 Michael Otteneder
+R. M. Oudkerk
 Russel Owen
 Ondrej Palkovsky
 Mike Pall

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Jun 11 22:04:30 2008
@@ -90,6 +90,8 @@
 
 - Added the ast module.
 
+- Added the multiprocessing module, PEP 371
+
 - Factored out the indentation cleaning from inspect.getdoc() into
   inspect.cleandoc() to ease standalone use.
 


More information about the Python-checkins mailing list