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, loewis, nadeem.vawda, niemeyer, nirai, ozan.caglayan, pitrou, python-dev, r.david.murray, therve, thomaslee
Date 2011-09-22.07:44:56
SpamBayes Score 1.4828325e-05
Marked as misclassified No
Message-id <1316677497.01.0.567551375576.issue1625@psf.upfronthosting.co.za>
In-reply-to
Content
I ported the bz2ms.patch to Python 2.7.2 and it works correctly within the bz2 module.

But when you open a multistream (tar)bz2 with the tarfile module, even the tarfile uses the BZ2File() class, there exists unextracted missing files. I'll now try with the current tip.
History
Date User Action Args
2011-09-22 07:44:57ozan.caglayansetrecipients: + ozan.caglayan, loewis, akuchling, niemeyer, pitrou, therve, thomaslee, nadeem.vawda, djc, eric.araujo, nirai, r.david.murray, dbonner, Kontr-Olli, python-dev
2011-09-22 07:44:57ozan.caglayansetmessageid: <1316677497.01.0.567551375576.issue1625@psf.upfronthosting.co.za>
2011-09-22 07:44:56ozan.caglayanlinkissue1625 messages
2011-09-22 07:44:56ozan.caglayancreate