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 socketpair
Recipients socketpair
Date 2013-01-04.08:00:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357286413.63.0.873735324123.issue16858@psf.upfronthosting.co.za>
In-reply-to
Content
Ups. hiding EOFHeaderError is not an error.
But handilng of other errors is not perfect. Please review TarFile.next() for cases where .tar file is corrupted. For example,

TruncatedHeaderError is re-raised only if problem at the start of the file. Really, it can appear in the (original) middle of the file.
History
Date User Action Args
2013-01-04 08:00:13socketpairsetrecipients: + socketpair
2013-01-04 08:00:13socketpairsetmessageid: <1357286413.63.0.873735324123.issue16858@psf.upfronthosting.co.za>
2013-01-04 08:00:13socketpairlinkissue16858 messages
2013-01-04 08:00:13socketpaircreate