Message244233
| 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 |
|