[Python-checkins] python/dist/src/Misc NEWS,1.1368,1.1369
loewis@users.sourceforge.net
loewis at users.sourceforge.net
Sun Sep 18 10:34:43 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18277/Misc
Modified Files:
NEWS
Log Message:
Patch #1268314: Cache lines in StreamReader.readlines for performance.
Will backport to Python 2.4.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1368
retrieving revision 1.1369
diff -u -d -r1.1368 -r1.1369
--- NEWS 18 Sep 2005 08:17:56 -0000 1.1368
+++ NEWS 18 Sep 2005 08:34:39 -0000 1.1369
@@ -219,6 +219,8 @@
Library
-------
+- Patch #1268314: Cache lines in StreamReader.readlines for performance.
+
- Bug #1290505: Fix clearing the regex cache for time.strptime().
- Bug #1167128: Fix size of a symlink in a tarfile to be 0.
More information about the Python-checkins
mailing list