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 Silver Fox
Recipients Silver Fox
Date 2016-10-15.09:07:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476522464.39.0.172513688494.issue28449@psf.upfronthosting.co.za>
In-reply-to
Content
Seems all `tarfile.open` will try all compress method(including `raw`) in random order, and `ignore_zeros` also hide the error during detecting compress method. So `raw` is used if tested before the rigth compress method, which is wrong.

But there is no warning that the 2 args can not be used together in docs.
History
Date User Action Args
2016-10-15 09:07:44Silver Foxsetrecipients: + Silver Fox
2016-10-15 09:07:44Silver Foxsetmessageid: <1476522464.39.0.172513688494.issue28449@psf.upfronthosting.co.za>
2016-10-15 09:07:44Silver Foxlinkissue28449 messages
2016-10-15 09:07:44Silver Foxcreate