From: Bob Ippolito Date: Tue, 23 May 2006 18:41:17 +0000 (+0000) Subject: Update Misc/NEWS for gzip patch #1281707 X-Git-Tag: v2.5b1~578 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82d2558713b6cb3fdad44342b0720e7a769db8c5;p=thirdparty%2FPython%2Fcpython.git Update Misc/NEWS for gzip patch #1281707 --- diff --git a/Misc/NEWS b/Misc/NEWS index 0cccec9a46f3..94de2736fee5 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