summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2006-05-23 18:41:17 (GMT)
committerBob Ippolito <bob@redivi.com>2006-05-23 18:41:17 (GMT)
commit82d2558713b6cb3fdad44342b0720e7a769db8c5 (patch)
tree23346d1fedbd089b267f43c97d743a2ea4020fff /Misc
parenta372711fcc2941488a4b28809350e4498913438a (diff)
downloadcpython-82d2558713b6cb3fdad44342b0720e7a769db8c5.zip
cpython-82d2558713b6cb3fdad44342b0720e7a769db8c5.tar.gz
cpython-82d2558713b6cb3fdad44342b0720e7a769db8c5.tar.bz2
Update Misc/NEWS for gzip patch #1281707
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0cccec9..94de273 100644
--- 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