[issue37515] `open("aux.txt", "w")` fails unexpectedly with FileNotFoundError on Windows

SilentGhost report at bugs.python.org
Sat Jul 6 14:11:51 EDT 2019


SilentGhost <ghost.adh at runbox.com> added the comment:

aux is one of the reserved filenames on windows: https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file#naming-conventions

I don't think Python can do anything about that.

----------
components: +Windows -IO
nosy: +SilentGhost, paul.moore, steve.dower, tim.golden, zach.ware
resolution:  -> third party
stage:  -> resolved
status: open -> closed
type:  -> behavior

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


More information about the Python-bugs-list mailing list