[issue22107] tempfile module misinterprets access denied error on Windows

Mark Lawrence report at bugs.python.org
Sun Feb 15 18:34:06 CET 2015


Mark Lawrence added the comment:

>>> open('README').close()
>>> open('README/bar')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'README/bar'

----------

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


More information about the Python-bugs-list mailing list