This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nadeem.vawda
Recipients James.Dominy, nadeem.vawda, serhiy.storchaka
Date 2014-02-26.21:17:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393449422.56.0.803353739929.issue20781@psf.upfronthosting.co.za>
In-reply-to
Content
As Serhiy said, multi-stream support was only added to the bz2 module in 3.3,
and there is no plan to backport functionality this to 2.7.

However, the bz2file package on PyPI [1] does support multi-stream inputs,
and you can use its BZ2File class as a drop-in replacement for the built-in
one on 2.7.

[1] https://pypi.python.org/pypi/bz2file
History
Date User Action Args
2014-02-26 21:17:02nadeem.vawdasetrecipients: + nadeem.vawda, serhiy.storchaka, James.Dominy
2014-02-26 21:17:02nadeem.vawdasetmessageid: <1393449422.56.0.803353739929.issue20781@psf.upfronthosting.co.za>
2014-02-26 21:17:02nadeem.vawdalinkissue20781 messages
2014-02-26 21:17:02nadeem.vawdacreate