[Python-checkins] r62249 - python/trunk/Misc/NEWS

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


Author: gregory.p.smith
Date: Wed Apr  9 20:18:43 2008
New Revision: 62249

Modified:
   python/trunk/Misc/NEWS
Log:
Add a note about the zlib.decompressobj().flush() fix.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Apr  9 20:18:43 2008
@@ -15,6 +15,9 @@
 Extensions Modules
 ------------------
 
+- zlib.decompressobj().flush(value) no longer crashes the interpreter when
+  passed a value less than or equal to zero.
+
 Library
 -------
 


More information about the Python-checkins mailing list