[issue29657] os.symlink: FileExistsError shows wrong message

Rich Jones report at bugs.python.org
Fri Nov 30 16:01:43 EST 2018


Rich Jones <miserlou at gmail.com> added the comment:

@Larry - that would be an acceptable solution!

I'm here because I encountered this error independently. I explain why the  arrow is a problem here: https://bugs.python.org/issue35367

The issue is that the '->' notation is already used by the standard operating system utilities in this context, so for Python overload this semantically in this case is the source of all the confusion.

It would avoid the scare that we've all encountered if it just said 'src'/'dst' rather than '->'.

Thanks!
R

----------
nosy: +miserlou

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


More information about the Python-bugs-list mailing list