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 eric.araujo
Recipients eric.araujo, georg.brandl, nadeem.vawda, tarek
Date 2012-02-23.01:18:34
SpamBayes Score 0.0005221318
Marked as misclassified No
Message-id <1329959915.48.0.45869180806.issue14061@psf.upfronthosting.co.za>
In-reply-to
Content
Another bug: the bztar unpacker will be called for files ending in '.bz2', but it should really check for '.tar.bz2' (just like the gztar unpacker is called for '.tar.gz' or '.tgz').
History
Date User Action Args
2012-02-23 01:18:35eric.araujosetrecipients: + eric.araujo, georg.brandl, nadeem.vawda, tarek
2012-02-23 01:18:35eric.araujosetmessageid: <1329959915.48.0.45869180806.issue14061@psf.upfronthosting.co.za>
2012-02-23 01:18:34eric.araujolinkissue14061 messages
2012-02-23 01:18:34eric.araujocreate