]> granicus.if.org Git - python/commitdiff
Update Misc/NEWS for gzip patch #1281707
authorBob Ippolito <bob@redivi.com>
Tue, 23 May 2006 18:41:17 +0000 (18:41 +0000)
committerBob Ippolito <bob@redivi.com>
Tue, 23 May 2006 18:41:17 +0000 (18:41 +0000)
Misc/NEWS

index 0cccec9a46f361a6e11228e46c28a446d67ab1d7..94de2736fee57296fff6eb03fe7f48e8df9debbd 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 3?
 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