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.