[Python-checkins] r62248 - python/branches/release25-maint/Misc/NEWS

gregory.p.smith python-checkins at python.org
Wed Apr 9 20:17:14 CEST 2008


Author: gregory.p.smith
Date: Wed Apr  9 20:17:13 2008
New Revision: 62248

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
Add a note about the zlib.decompressobj().flush() fix.


Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Wed Apr  9 20:17:13 2008
@@ -34,6 +34,9 @@
 Library
 -------
 
+- zlib.decompressobj().flush(value) no longer crashes the interpreter when
+  passed a value less than or equal to zero.
+
 - Issue #2495: tokenize.untokenize now inserts a space between two consecutive
   string literals; previously, ["" ""] was rendered as [""""], which is
   incorrect python code.


More information about the Python-checkins mailing list