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

Serhiy Storchaka report at bugs.python.org
Fri Mar 23 17:55:32 CET 2012


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

Fixed regeression in decompression.

Nadeem Vawda, we both were wrong. `buf += data` is noticeably faster `b''.join()` in CPython.

----------
Added file: http://bugs.python.org/file25006/bzip2_in_zip_3.patch

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


More information about the Python-bugs-list mailing list