Serhiy Storchaka added the comment:

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().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23421>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to