commit | 6f7ae6945f7e1eaa3eae44e7d6081320a41dfcd9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jun 11 20:04:30 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jun 11 20:04:30 2008 +0000 |
tree | 6d38a489edeb467568a8180c97207b515b8c19ee | |
parent | 41a9e15333f1c85953134891e20a3175cb62f093 [diff] [blame] |
update ACKS and NEWs for multiprocessing
diff --git a/Misc/NEWS b/Misc/NEWS index 02c6cff..cf12abb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.