]> granicus.if.org Git - python/commitdiff
Add a note about the zlib.decompressobj().flush() fix.
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 9 Apr 2008 18:18:43 +0000 (18:18 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 9 Apr 2008 18:18:43 +0000 (18:18 +0000)
Misc/NEWS

index 1c086c3935e34cd45896288489d97ca44c9046c7..878305d7f478ba2763e9dba5c164df65d06ca11a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and builtins
 Extensions Modules
 ------------------
 
+- zlib.decompressobj().flush(value) no longer crashes the interpreter when
+  passed a value less than or equal to zero.
+
 Library
 -------