From: Benjamin Peterson Date: Wed, 11 Jun 2008 20:04:30 +0000 (+0000) Subject: update ACKS and NEWs for multiprocessing X-Git-Tag: v2.6b1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f7ae6945f7e1eaa3eae44e7d6081320a41dfcd9;p=thirdparty%2FPython%2Fcpython.git update ACKS and NEWs for multiprocessing --- diff --git a/Misc/ACKS b/Misc/ACKS index 43c9a0e99369..d465e5c1cbd1 100644 --- 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 diff --git a/Misc/NEWS b/Misc/NEWS index 02c6cff0f886..cf12abbb3adf 100644 --- 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.