[issue29657] os.symlink: FileExistsError shows wrong message

Eryk Sun report at bugs.python.org
Fri Mar 3 22:21:11 EST 2017


Eryk Sun added the comment:

A symbolic link is typically represented the other way around, from the point of view of the link pointing at the target. However, Python conceptualizes linking as something like a copy or rename operation, with source and destination filenames, and the current error message represents this point of view.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29657>
_______________________________________


More information about the Python-bugs-list mailing list