Message83810
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. |
|
Date |
User |
Action |
Args |
2009-03-19 14:37:10 | ellioh | set | recipients:
+ ellioh, loewis, lars.gustaebel |
2009-03-19 14:37:09 | ellioh | set | messageid: <1237473429.94.0.743388380777.issue5500@psf.upfronthosting.co.za> |
2009-03-19 14:37:08 | ellioh | link | issue5500 messages |
2009-03-19 14:37:07 | ellioh | create | |
|