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 tlynn
Recipients akuchling, lars.gustaebel, tlynn
Date 2014-01-16.00:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389831707.05.0.214010486944.issue15858@psf.upfronthosting.co.za>
In-reply-to
Content
The secondary issue, which the patch doesn't address, is that TarFile.next() seems unpythonic; it treats any {Invalid,Empty,Truncated}HeaderError after offset 0 as EOF rather than propagating the exception.  It looks deliberate, but I'm not sure why it would be done like that or if it should be changed.
History
Date User Action Args
2014-01-16 00:21:47tlynnsetrecipients: + tlynn, akuchling, lars.gustaebel
2014-01-16 00:21:47tlynnsetmessageid: <1389831707.05.0.214010486944.issue15858@psf.upfronthosting.co.za>
2014-01-16 00:21:47tlynnlinkissue15858 messages
2014-01-16 00:21:47tlynncreate