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.11:50:13
SpamBayes Score 2.8802555e-10
Marked as misclassified No
Message-id <1327837814.55.0.59373010466.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
> I am just recompressing a 77GB file because of this :-(.

Sorry to hear that :(

> I would consider that a bug, not a feature request.

Semantic issues aside, my concern here is that the patch for 2.7 is considerably
larger than the one for 3.3, and the code it modifies is more fragile.

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. That way there's no risk
of introducing regressions for people who don't need this facility, and those
who do can get it without needing to upgrade to 2.7.3 (or even wait for it to be
released). It shouldn't take much effort to get it working on 2.6 as well.

How does that sound?
History
Date User Action Args
2012-01-29 11:50:15nadeem.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 11:50:14nadeem.vawdasetmessageid: <1327837814.55.0.59373010466.issue1625@psf.upfronthosting.co.za>
2012-01-29 11:50:13nadeem.vawdalinkissue1625 messages
2012-01-29 11:50:13nadeem.vawdacreate