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 lars.gustaebel
Recipients hwm, lars.gustaebel, loewis
Date 2012-05-15.10:41:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337078480.85.0.202352396259.issue14810@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is related to issue13158 which deals with a GNU tar specific extension to the original tar format. In that issue a negative number in the uid/gid fields caused problems. In your case the problem is a negative mtime field.

Reading these particular number fields was fixed in Python 3.2. You might be able to read the archive in question with that version. You should definitely try that.

Besides that, I was unable to reproduce the error you report. I just did some tests and could not even open my test archive, because it was not recognized as a tar file. I didn't come as far as the os.utime() call.
History
Date User Action Args
2012-05-15 10:41:20lars.gustaebelsetrecipients: + lars.gustaebel, loewis, hwm
2012-05-15 10:41:20lars.gustaebelsetmessageid: <1337078480.85.0.202352396259.issue14810@psf.upfronthosting.co.za>
2012-05-15 10:41:20lars.gustaebellinkissue14810 messages
2012-05-15 10:41:20lars.gustaebelcreate