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 SunriseProgrammer
Recipients SunriseProgrammer
Date 2008-09-10.22:32:47
SpamBayes Score 0.00017681149
Marked as misclassified No
Message-id <1221085968.85.0.567851806053.issue3830@psf.upfronthosting.co.za>
In-reply-to
Content
The 'tarfile' object make incorrect header blocks.  There's a USTAR 
'MAGIC' string that's supposed to be followed by a version; that version 
is supposed to be two '0' (digit zero -- ascii 48) chars with no NUL 
padding at all.

Python 2.4.3 has it correct.  Later versions (e.g., 2.5) are carefully 
making the field NUL terminated -- but that's wrong; they aren't 
supposed to be.

File History:
'tarfile.py' was correct in version 41340 and incorrect in version 45954
History
Date User Action Args
2008-09-10 22:32:48SunriseProgrammersetrecipients: + SunriseProgrammer
2008-09-10 22:32:48SunriseProgrammersetmessageid: <1221085968.85.0.567851806053.issue3830@psf.upfronthosting.co.za>
2008-09-10 22:32:48SunriseProgrammerlinkissue3830 messages
2008-09-10 22:32:47SunriseProgrammercreate