[New-bugs-announce] [issue29657] os.symlink: FileExistsError shows wrong message

Wolfgang Rohdewald report at bugs.python.org
Sun Feb 26 03:52:24 EST 2017


New submission from Wolfgang Rohdewald:

execute the attached script. It should return

FileExistsError: [Errno 17] File exists: 'a_link' -> 'a'

but it returns

FileExistsError: [Errno 17] File exists: 'a' -> 'a_link'

----------
components: Library (Lib)
files: x.py
messages: 288591
nosy: wrohdewald
priority: normal
severity: normal
status: open
title: os.symlink: FileExistsError shows wrong message
versions: Python 3.5
Added file: http://bugs.python.org/file46671/x.py

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


More information about the New-bugs-announce mailing list