diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-05-14 12:05:20 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-05-14 12:05:20 (GMT) |
commit | 7619e88adb27d1cd167483304cd1514812b68039 (patch) | |
tree | d065af7688874814b8d15485f9d35f18c504d0fe /Misc/NEWS | |
parent | eda199030b1004dbce32486c9285c25c68871478 (diff) | |
download | cpython-7619e88adb27d1cd167483304cd1514812b68039.zip cpython-7619e88adb27d1cd167483304cd1514812b68039.tar.gz cpython-7619e88adb27d1cd167483304cd1514812b68039.tar.bz2 |
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
attribute when called without a max_length argument.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -69,6 +69,9 @@ Core and Builtins Library ------- +- Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail + attribute when called without a max_length argument. + - Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence on a file opened in read+write mode (namely: reading, seeking a bit forward, writing, then seeking before the previous write but still within buffered |