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 Patrick.von.Reth, brian.curtin, lars.gustaebel
Date 2012-01-05.16:47:30
SpamBayes Score 1.2691071e-06
Marked as misclassified No
Message-id <1325782051.86.0.0510246606263.issue13702@psf.upfronthosting.co.za>
In-reply-to
Content
You actually hit two bugs at the same time here: The target of the created symlink was not translated from unix to windows path delimiters and is therefore broken. The second bug is issue12926 which leads to the error in TarFile.makefile(). 

Brian, AFAIK all file-specific functions on windows accept forward slashes in pathnames, right? Has this been discussed in the course of the windows implementation of os.symlink()? I could certainly fix the slash translation in tarfile.py, but may be it's os.symlink() that should been fixed.
History
Date User Action Args
2012-01-05 16:47:31lars.gustaebelsetrecipients: + lars.gustaebel, brian.curtin, Patrick.von.Reth
2012-01-05 16:47:31lars.gustaebelsetmessageid: <1325782051.86.0.0510246606263.issue13702@psf.upfronthosting.co.za>
2012-01-05 16:47:31lars.gustaebellinkissue13702 messages
2012-01-05 16:47:30lars.gustaebelcreate