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 ellioh
Recipients ellioh, lars.gustaebel, loewis
Date 2009-03-19.14:37:06
SpamBayes Score 2.0169664e-06
Marked as misclassified No
Message-id <1237473429.94.0.743388380777.issue5500@psf.upfronthosting.co.za>
In-reply-to
Content
Tested again under Python 2.6.1 on Windows XP (added Python 2.6 to
versions).

An archive I attached to the issue contains a .py file that reproduces
the bug and an archive created by it.

In my case I just put the .py file to C:\testtarfile\ directory and run it.

When I open the file by any archive manager I have in Windows, I see.
When I view the file contents in a hex viewer, I also see
'C:\\testtarfile\...', so the problem really exists. However, when
uncompressing the archive on Linux (tar -xzf ...) I get
'test/testtarfile.py' as initially expected.

 The archive is created, and the path in the archive is
'C:\\testtarfile\\testtarfile.py', not 'test/testtarfile.py' as I would
expect.
History
Date User Action Args
2009-03-19 14:37:10elliohsetrecipients: + ellioh, loewis, lars.gustaebel
2009-03-19 14:37:09elliohsetmessageid: <1237473429.94.0.743388380777.issue5500@psf.upfronthosting.co.za>
2009-03-19 14:37:08elliohlinkissue5500 messages
2009-03-19 14:37:07elliohcreate