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 martin.panter
Recipients Thomas Güttler, ethan.furman, guettli, lars.gustaebel, martin.panter
Date 2015-05-28.00:57:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432774637.63.0.804712115627.issue24259@psf.upfronthosting.co.za>
In-reply-to
Content
I might be able to make a patch, but what should the patch do exactly?

* Raise an exception as soon as something wrong is found
* Defer exceptions until close() is called, to allow partial data recovery
* Add some sort of defects API that you can optionally inspect, like the email message library has
* A new tarfile.open(strict=True) mode
History
Date User Action Args
2015-05-28 00:57:17martin.pantersetrecipients: + martin.panter, guettli, lars.gustaebel, ethan.furman, Thomas Güttler
2015-05-28 00:57:17martin.pantersetmessageid: <1432774637.63.0.804712115627.issue24259@psf.upfronthosting.co.za>
2015-05-28 00:57:17martin.panterlinkissue24259 messages
2015-05-28 00:57:17martin.pantercreate