[issue29657] os.symlink: FileExistsError shows wrong message

Eryk Sun report at bugs.python.org
Sat Mar 4 02:34:29 EST 2017


Eryk Sun added the comment:

To me the error message is in the model of a source -> destination operation, in which the arrow indicates the operation's information flow (e.g. of the target path or inode number) from the source file to the destination file. I've never viewed it superficially as just an ordering of parameter1 -> parameter2.

----------

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


More information about the Python-bugs-list mailing list