[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.100, 1.1193.2.101

loewis@users.sourceforge.net loewis at users.sourceforge.net
Sun Sep 18 10:45:38 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Patch #1268314: Cache lines in StreamReader.readlines for performance.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.100
retrieving revision 1.1193.2.101
diff -u -d -r1.1193.2.100 -r1.1193.2.101
--- NEWS	18 Sep 2005 08:18:51 -0000	1.1193.2.100
+++ NEWS	18 Sep 2005 08:45:35 -0000	1.1193.2.101
@@ -94,6 +94,8 @@
 Library
 -------
 
+- Patch #1268314: Cache lines in StreamReader.readlines for performance.
+
 - Bug #1290505: time.strptime() was not invalidating its regex cache when the
   locale changed.
 



More information about the Python-checkins mailing list