Tom Lynn added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15858>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to