Add a note about the zlib.decompressobj().flush() fix.

This commit is contained in:
Gregory P. Smith 2008-04-09 18:18:43 +00:00
parent c305192196
commit 671c5d9fb5
1 changed files with 3 additions and 0 deletions

View File

@ -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
-------