Update Misc/NEWS for gzip patch #1281707

This commit is contained in:
Bob Ippolito 2006-05-23 18:43:47 +00:00
parent 82d2558713
commit 7298f270a7
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,6 @@ What's New in Python 2.5 alpha 3?
Core and builtins Core and builtins
----------------- -----------------
- Patch #1281707: speed up gzip.readline.
- Patch #1337051: reduced size of frame objects. - Patch #1337051: reduced size of frame objects.
- PyErr_NewException now accepts a tuple of base classes as its - PyErr_NewException now accepts a tuple of base classes as its
@ -62,6 +60,8 @@ Extension Modules
Library Library
------- -------
- Patch #1281707: speed up gzip.readline.
- Patch #1180296: Two new functions were added to the locale module: - Patch #1180296: Two new functions were added to the locale module:
format_string() to get the effect of "format % items" but locale-aware, format_string() to get the effect of "format % items" but locale-aware,
and currency() to format a monetary number with currency sign. and currency() to format a monetary number with currency sign.