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 lars.gustaebel
Recipients JieGhost, lars.gustaebel, r.david.murray, rhettinger, socketpair
Date 2016-07-25.05:25:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469424338.41.0.905872850115.issue27590@psf.upfronthosting.co.za>
In-reply-to
Content
The question is what you're trying to accomplish. If you just want to prevent tarfile from stopping at the first invalid header in order to extract everything following it, you may use the ignore_zeros=True keyword argument.
History
Date User Action Args
2016-07-25 05:25:38lars.gustaebelsetrecipients: + lars.gustaebel, rhettinger, r.david.murray, socketpair, JieGhost
2016-07-25 05:25:38lars.gustaebelsetmessageid: <1469424338.41.0.905872850115.issue27590@psf.upfronthosting.co.za>
2016-07-25 05:25:38lars.gustaebellinkissue27590 messages
2016-07-25 05:25:38lars.gustaebelcreate