[issue12050] unconsumed_tail of zlib.Decompress is not always cleared on decompress() call

2011-05-16 Thread Takeshi Yoshino
Takeshi Yoshino added the comment: Thank you for the fix! -- ___ Python tracker <http://bugs.python.org/issue12050> ___ ___ Python-bugs-list mailing list Unsub

[issue12050] unconsumed_tail of zlib.Decompress is not always cleared on decompress() call

2011-05-10 Thread Takeshi Yoshino
New submission from Takeshi Yoshino : http://docs.python.org/library/zlib.html says "If max_length is not supplied then the whole input is decompressed, and unconsumed_tail is an empty string." However, if there's preceding decompress call with max_length specified, unconsume