[issue19974] tarfile doesn't overwrite symlink by directory

Vajrasky Kok report at bugs.python.org
Sun Jan 6 04:30:39 EST 2019


Vajrasky Kok <sky.kok at speaklikeaking.com> added the comment:

"I could not find a case where these methods return different result." -> This is wrong. My mistake. os.lexists returns True for non symbolic link file while os.islink returns False.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19974>
_______________________________________


More information about the Python-bugs-list mailing list