[issue10292] tarinfo should use relative symlinks

2013-10-14 Thread Benjamin Root

Benjamin Root added the comment:

What was the issue number for the python2.7 fix? I think I have hit upon this 
issue myself and I need to see if I need to file a new report.

--
nosy: +Benjamin.Root

___
Python tracker 
<http://bugs.python.org/issue10292>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10292] tarinfo should use relative symlinks

2013-10-14 Thread Benjamin Root

Benjamin Root added the comment:

To clarify, the bug is resolved in py2.7 -- for the most part. I think I have 
come upon an edge-case where if the archived symbolic link refers to a file not 
contained in a subdirectory, say: "foo.txt -> foobar.txt", extracting "foo.txt" 
would result in an exception: 'KeyError: "linkname '/foobar.txt' not found"'.

--

___
Python tracker 
<http://bugs.python.org/issue10292>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com