summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-04-09 18:18:43 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-04-09 18:18:43 (GMT)
commit671c5d9fb5e223b7daf7cc3a0571d6c215deb5fb (patch)
treeee889c04f60b728febcf94573acef77c01679a43 /Misc/NEWS
parentc30519219627ddad24b3c60f419683183ae19c20 (diff)
downloadcpython-671c5d9fb5e223b7daf7cc3a0571d6c215deb5fb.zip
cpython-671c5d9fb5e223b7daf7cc3a0571d6c215deb5fb.tar.gz
cpython-671c5d9fb5e223b7daf7cc3a0571d6c215deb5fb.tar.bz2
Add a note about the zlib.decompressobj().flush() fix.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c086c3..878305d 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
-------