]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 12:05:20 +0000 (14:05 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 12:05:20 +0000 (14:05 +0200)
commit7619e88adb27d1cd167483304cd1514812b68039
treed065af7688874814b8d15485f9d35f18c504d0fe
parenteda199030b1004dbce32486c9285c25c68871478
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
attribute when called without a max_length argument.
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c