update ACKS and NEWs for multiprocessing

This commit is contained in:
Benjamin Peterson 2008-06-11 20:04:30 +00:00
parent 41a9e15333
commit 6f7ae6945f
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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.