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

index 94de2736fee57296fff6eb03fe7f48e8df9debbd..0a9f343c285ec8c605bd49d16ae3a7d69af2df3f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,6 @@ 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
@@ -62,6 +60,8 @@ Extension Modules
 Library
 -------
 
+- Patch #1281707: speed up gzip.readline.
+
 - Patch #1180296: Two new functions were added to the locale module:
   format_string() to get the effect of  "format % items" but locale-aware,
   and currency() to format a monetary number with currency sign.