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 Crispin.Wellington, Kontr-Olli, akuchling, dbonner, djc, eric.araujo, gkcn, jcea, loewis, nadeem.vawda, niemeyer, nirai, ozan.caglayan, pitrou, python-dev, r.david.murray, therve, thomaslee, vstinner
Date 2012-01-29.20:40:02
SpamBayes Score 7.50448e-07
Marked as misclassified No
Message-id <1327869603.49.0.793871328677.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-01-29 20:40:03nadeem.vawdasetrecipients: + nadeem.vawda, loewis, akuchling, niemeyer, jcea, pitrou, therve, vstinner, thomaslee, djc, eric.araujo, nirai, r.david.murray, dbonner, ozan.caglayan, Kontr-Olli, python-dev, gkcn, Crispin.Wellington
2012-01-29 20:40:03nadeem.vawdasetmessageid: <1327869603.49.0.793871328677.issue1625@psf.upfronthosting.co.za>
2012-01-29 20:40:02nadeem.vawdalinkissue1625 messages
2012-01-29 20:40:02nadeem.vawdacreate