summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2006-05-23 18:43:47 (GMT)
committerBob Ippolito <bob@redivi.com>2006-05-23 18:43:47 (GMT)
commit7298f270a7163b923e42de97c50f3c0c9c5922a5 (patch)
tree45139397719303b43f1d74be7a4c4ca2ad45f468 /Misc
parent82d2558713b6cb3fdad44342b0720e7a769db8c5 (diff)
downloadcpython-7298f270a7163b923e42de97c50f3c0c9c5922a5.zip
cpython-7298f270a7163b923e42de97c50f3c0c9c5922a5.tar.gz
cpython-7298f270a7163b923e42de97c50f3c0c9c5922a5.tar.bz2
Update Misc/NEWS for gzip patch #1281707
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 94de273..0a9f343 100644
--- 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.