]> granicus.if.org Git - python/commitdiff
update ACKS and NEWs for multiprocessing
authorBenjamin Peterson <benjamin@python.org>
Wed, 11 Jun 2008 20:04:30 +0000 (20:04 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 11 Jun 2008 20:04:30 +0000 (20:04 +0000)
Misc/ACKS
Misc/NEWS

index 43c9a0e99369af08c825f30e6fa46ae50be2331c..d465e5c1cbd1c6623c12d00013875bbd3d0a447c 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -486,6 +486,7 @@ Samuel Nicolary
 Gustavo Niemeyer
 Oscar Nierstrasz
 Hrvoje Niksic
+Jesse Noller
 Bill Noon
 Stefan Norberg
 Tim Northover
@@ -502,6 +503,7 @@ Jason Orendorff
 Douglas Orr
 Denis S. Otkidach
 Michael Otteneder
+R. M. Oudkerk
 Russel Owen
 Ondrej Palkovsky
 Mike Pall
index 02c6cff0f886d25424a97da058e85c7d97b5adef..cf12abbb3adff4a49e91b6a8e18eca73e3775b6f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,8 @@ Library
 
 - 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.