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

Serhiy Storchaka report at bugs.python.org
Thu Mar 22 17:55:27 CET 2012


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

All errors are fixed. All tests are passed. Unfortunately, the patch was more than expected. This is necessary for correct and effective work with large bzip2 buffers (for other codecs can also be a profit).

----------
Added file: http://bugs.python.org/file24996/bzip2_in_zip_2.patch

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


More information about the Python-bugs-list mailing list