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 ozan.caglayan
Recipients Kontr-Olli, akuchling, dbonner, djc, eric.araujo, gkcn, loewis, nadeem.vawda, niemeyer, nirai, ozan.caglayan, pitrou, python-dev, r.david.murray, therve, thomaslee
Date 2011-09-23.13:06:02
SpamBayes Score 2.6721857e-06
Marked as misclassified No
Message-id <1316783166.43.0.699763061486.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch is a revised version of bz2ms.patch against Python 2.7.2. The patch is tested using tarfile and bz2 modules. It also passes the included tests correctly.

It also imports a missing class from BytesIO to fix the tests.

It's up to you to take that into 2.7.x branch or not.
History
Date User Action Args
2011-09-23 13:06:08ozan.caglayansetrecipients: + ozan.caglayan, loewis, akuchling, niemeyer, pitrou, therve, thomaslee, nadeem.vawda, djc, eric.araujo, nirai, r.david.murray, dbonner, Kontr-Olli, python-dev, gkcn
2011-09-23 13:06:06ozan.caglayansetmessageid: <1316783166.43.0.699763061486.issue1625@psf.upfronthosting.co.za>
2011-09-23 13:06:05ozan.caglayanlinkissue1625 messages
2011-09-23 13:06:05ozan.caglayancreate