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 pitrou
Recipients Alex.Stapleton, pitrou
Date 2010-08-01.13:57:26
SpamBayes Score 0.0011473444
Marked as misclassified No
Message-id <1280671049.26.0.915189581849.issue8397@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-01 13:57:29pitrousetrecipients: + pitrou, Alex.Stapleton
2010-08-01 13:57:29pitrousetmessageid: <1280671049.26.0.915189581849.issue8397@psf.upfronthosting.co.za>
2010-08-01 13:57:27pitroulinkissue8397 messages
2010-08-01 13:57:26pitroucreate