[Python-checkins] r46130 - python/trunk/Misc/NEWS

bob.ippolito python-checkins at python.org
Tue May 23 20:41:17 CEST 2006


Author: bob.ippolito
Date: Tue May 23 20:41:17 2006
New Revision: 46130

Modified:
   python/trunk/Misc/NEWS
Log:
Update Misc/NEWS for gzip patch #1281707

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue May 23 20:41:17 2006
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Patch #1281707: speed up gzip.readline.
+
 - Patch #1337051: reduced size of frame objects.
 
 - PyErr_NewException now accepts a tuple of base classes as its


More information about the Python-checkins mailing list