Added Peter Astrand's subprocess module.
diff --git a/Misc/NEWS b/Misc/NEWS
index e7a7c7d..4468fc1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@
 Library
 -------
 
+- Added Peter Astrand's subprocess.py module.  See PEP 327 for details.
+
 - time.strptime() now properly escapes timezones and all other locale-specific
   strings for regex-specific symbols.  Was breaking under Japanese Windows when
   the timezone was specified as "Tokyo (standard time)".