[Python-checkins] python/dist/src/Misc NEWS,1.1159,1.1160
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Tue Oct 12 17:32:13 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26569
Modified Files:
NEWS
Log Message:
Fix PEP number
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1159
retrieving revision 1.1160
diff -u -d -r1.1159 -r1.1160
--- NEWS 12 Oct 2004 15:26:26 -0000 1.1159
+++ NEWS 12 Oct 2004 15:32:10 -0000 1.1160
@@ -44,7 +44,7 @@
Library
-------
-- Added Peter Astrand's subprocess.py module. See PEP 327 for details.
+- Added Peter Astrand's subprocess.py module. See PEP 324 for details.
- time.strptime() now properly escapes timezones and all other locale-specific
strings for regex-specific symbols. Was breaking under Japanese Windows when
More information about the Python-checkins
mailing list