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 do3cc
Recipients do3cc
Date 2009-09-28.09:49:18
SpamBayes Score 0.0023139883
Marked as misclassified No
Message-id <1254131360.48.0.708740597012.issue7011@psf.upfronthosting.co.za>
In-reply-to
Content
doh, I only searched for open bugs. Not for closed.
This ticket is a dublicate of http://bugs.python.org/issue1471427
and fixed in python 2.5.
If somebody has similar problems, here is a quickfix:
I finally was able to reproduce the issue. It only happens when the path
without the filename but the trailing slash is exactly 100 chars long.
Then, because of the trailing slash, tarfile makes this thing a
directory, and if the file itself was not empty, the next read cannot be
parsed as a tar file. Since I am bound to 2.4 I will rename the directories.
History
Date User Action Args
2009-09-28 09:49:20do3ccsetrecipients: + do3cc
2009-09-28 09:49:20do3ccsetmessageid: <1254131360.48.0.708740597012.issue7011@psf.upfronthosting.co.za>
2009-09-28 09:49:18do3cclinkissue7011 messages
2009-09-28 09:49:18do3cccreate