]> granicus.if.org Git - python/commit
Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 12:29:07 +0000 (14:29 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 14 May 2011 12:29:07 +0000 (14:29 +0200)
commit0cc4fd9df7e2a6d6a47c20e66c5b22d590c6be51
tree1f9553a5b486926d712b24f909bd55222d094724
parent9b323a521c8612093ff1d23b25c4d9809601e1d6
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