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 serhiy.storchaka
Recipients berker.peksag, serhiy.storchaka, wdv4758h
Date 2015-02-09.14:06:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423490766.51.0.850282651169.issue23421@psf.upfronthosting.co.za>
In-reply-to
Content
No need to use libmagic. tarfile.TarFile.gzopen() should fail if the file is not gzipped tar file. There CLI tests in Lib/test/test_tarfile.py. New test should create tar file with file name that ends with the '.gz' extension and check that it can be open and read with gzopen().
History
Date User Action Args
2015-02-09 14:06:06serhiy.storchakasetrecipients: + serhiy.storchaka, berker.peksag, wdv4758h
2015-02-09 14:06:06serhiy.storchakasetmessageid: <1423490766.51.0.850282651169.issue23421@psf.upfronthosting.co.za>
2015-02-09 14:06:06serhiy.storchakalinkissue23421 messages
2015-02-09 14:06:06serhiy.storchakacreate