[issue22107] tempfile module misinterprets access denied error on Windows

Roger Upole report at bugs.python.org
Mon Feb 16 22:45:15 CET 2015


Roger Upole added the comment:

os.access doesn't check filesystem permissions, so the patch will not catch the condition that creates the problem.

----------

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


More information about the Python-bugs-list mailing list