[issue22107] tempfile module misinterprets access denied error on Windows

eryksun report at bugs.python.org
Fri May 22 09:16:42 CEST 2015


eryksun added the comment:

> My reluctance to commit the os.access patch is because it will 
> cause such a behaviour change in a function which has been 
> pretty stable for a long while. 

The original behavior could be preserved as the default. A keyword-only argument could enable checking access based on the file security and thread token.

----------

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


More information about the Python-bugs-list mailing list