[issue20541] os.path.exists() gives wrong answer for Windows special files

Eric Snow report at bugs.python.org
Fri Feb 7 18:28:55 CET 2014


Eric Snow added the comment:

> As per issue 1311, the exists returns True <-> stat will work equivalence
is deliberate. We'll have to find a different way to resolve issue 20053 on
Windows.

I was going t say we should note this design/impl. detail in the
os.path.exists() docs.  However, it already is!  :)

----------
nosy: +eric.snow

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


More information about the Python-bugs-list mailing list