[issue14371] Add support for bzip2 compression to the zipfile module

Serhiy Storchaka report at bugs.python.org
Wed Mar 21 10:08:01 CET 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

Thanks to the tests, I found the error. Since the bzip2 is block algorithm, decompressor need to eat a certain amount of data, so it began to return data. Now when reading small chunks turns out premature end of data. I'm working on a fix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14371>
_______________________________________


More information about the Python-bugs-list mailing list