Martin Panter <vadmium...@gmail.com> added the comment:

The first aspect, incorrectly assuming the OS does not support symlinks, is 
described at <https://bugs.python.org/issue23228#msg265146>. Lars proposed a 
fix <https://bugs.python.org/file42780/windowserror.diff> which will let the OS 
exception escape to the caller. However I think that patch needs more work.

The second aspect is replacing existing symlinks and other directory entries. 
This was implemented in 2.7 in Issue 10761 and Issue 12088 (only when replacing 
non-subdirectories with symbolic links and hard links), and is discussed more 
generally in Issue 19974.

I suggest to close this in favour of resolving Issue 23228 and Issue 19974.

----------
nosy: +lars.gustaebel, martin.panter
superseder:  -> The tarfile module crashes when tarfile contains a symlink and 
unpack directory contain it too

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35483>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to