[issue1625] bz2.BZ2File doesn't support multiple streams

Nadeem Vawda report at bugs.python.org
Sun Jan 29 21:40:03 CET 2012


Nadeem Vawda <nadeem.vawda at gmail.com> added the comment:

> An alternative solution I'd like to pursue is to backport 3.3's BZ2File
> implementation to run on 2.7, and release it on PyPI.

Well, that was easier than I expected. It didn't take much work to get it
working under 2.6, 2.7 and 3.2. I've put up this "bz2file" module on
GitHub <https://github.com/nvawda/bz2file>. I'll package it up and upload
it to PyPI sometime soon.

----------

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


More information about the Python-bugs-list mailing list