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.

作者 pitrou
收信人 Alex.Stapleton, pitrou
日期 2010-08-01.13:57:26
SpamBayes Score 0.0011473444
Marked as misclassified
Message-id <1280671049.26.0.915189581849.issue8397@psf.upfronthosting.co.za>
In-reply-to
内容
Well I'm not the bz2 maintainer but I could take a look. The BZ2File implementation is generally a straight ripoff of the 2.x file object, with (de)compression calls added where necessary. I guess the ripoff was a one-shot effort and subsequent maintenance wasn't done.

It makes it quite a bit alien in the 3.x IO landscape, but until someone decides to rewrite it we'll have to live with that.
历史
日期 用户 动作 参数
2010-08-01 13:57:29pitrou修改recipients: + pitrou, Alex.Stapleton
2010-08-01 13:57:29pitrou修改messageid: <1280671049.26.0.915189581849.issue8397@psf.upfronthosting.co.za>
2010-08-01 13:57:27pitrou链接issue8397 messages
2010-08-01 13:57:26pitrou创建