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.

作者 nadeem.vawda
收信人 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
日期 2012-01-29.11:50:13
SpamBayes Score 2.8802555e-10
Marked as misclassified
Message-id <1327837814.55.0.59373010466.issue1625@psf.upfronthosting.co.za>
In-reply-to
内容
> 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?
历史
日期 用户 动作 参数
2012-01-29 11:50:15nadeem.vawda修改recipients: + 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.vawda修改messageid: <1327837814.55.0.59373010466.issue1625@psf.upfronthosting.co.za>
2012-01-29 11:50:13nadeem.vawda链接issue1625 messages
2012-01-29 11:50:13nadeem.vawda创建