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 dtibarra
Recipients dtibarra, hwm, lars.gustaebel, loewis
Date 2012-05-25.03:33:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337916812.66.0.915518652312.issue14810@psf.upfronthosting.co.za>
In-reply-to
Content
I too cannot reproduce this, tarfile seems to recognizes that it isn't a valid tar file (tested on OS X):

Davids-MacBook-Air:Workspace dibarra$ ls -l
total 8
-rw-r--r--  1 dibarra  staff     0 May 30  1956 testfile
Davids-MacBook-Air:Workspace dibarra$ tar -cvf testfile.tar testfile
a testfile

>>> t = tarfile.TarFile("testfile.tar")
Traceback (most recent call last):
...
tarfile.ReadError: missing or bad subsequent header
History
Date User Action Args
2012-05-25 03:33:32dtibarrasetrecipients: + dtibarra, loewis, lars.gustaebel, hwm
2012-05-25 03:33:32dtibarrasetmessageid: <1337916812.66.0.915518652312.issue14810@psf.upfronthosting.co.za>
2012-05-25 03:33:32dtibarralinkissue14810 messages
2012-05-25 03:33:31dtibarracreate