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 lars.gustaebel, mkv
Date 2009-08-28.20:56:24
SpamBayes Score 0.0005358555
Marked as misclassified No
Message-id <1251492986.38.0.569462853801.issue6054@psf.upfronthosting.co.za>
In-reply-to
Content
I have done some research in order to find a suitable behaviour for
tarfile. I wrote a script to test to what extent all the different tar
implementations transform input pathnames. The results can be found at
http://www.gustaebel.de/lars/tarfile/wwgtd.html.

My conclusion is the following: tarfile now does no pathname
transformation whatsoever except for converting absolute to relative
paths (to stay backwards compatible). This way tarfile is closer to
POSIX, applies less magic and gives more responsibility to the user.

Fixed in r74571 (trunk) and r74573 (py3k). Thanks for your report.
History
Date User Action Args
2009-08-28 20:56:26lars.gustaebelsetrecipients: + lars.gustaebel, mkv
2009-08-28 20:56:26lars.gustaebelsetmessageid: <1251492986.38.0.569462853801.issue6054@psf.upfronthosting.co.za>
2009-08-28 20:56:24lars.gustaebellinkissue6054 messages
2009-08-28 20:56:24lars.gustaebelcreate