[Python-checkins] python/dist/src/Misc NEWS,1.1158,1.1159

effbot at users.sourceforge.net effbot at users.sourceforge.net
Tue Oct 12 17:26:29 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24287/Misc

Modified Files:
	NEWS 
Log Message:
Added Peter Astrand's subprocess module.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1158
retrieving revision 1.1159
diff -u -d -r1.1158 -r1.1159
--- NEWS	11 Oct 2004 14:32:47 -0000	1.1158
+++ NEWS	12 Oct 2004 15:26:26 -0000	1.1159
@@ -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)".



More information about the Python-checkins mailing list