From: Gregory P. Smith Date: Wed, 9 Apr 2008 18:18:43 +0000 (+0000) Subject: Add a note about the zlib.decompressobj().flush() fix. X-Git-Tag: v2.6a3~230 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=671c5d9fb5e223b7daf7cc3a0571d6c215deb5fb;p=thirdparty%2FPython%2Fcpython.git Add a note about the zlib.decompressobj().flush() fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1c086c3935e3..878305d7f478 100644 --- 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 -------