[issue1311] os.path.exists(os.devnull) regression on windows

Martin v. Löwis report at bugs.python.org
Thu Oct 25 06:01:57 CEST 2007


Martin v. Löwis added the comment:

The purpose of Py_GetFileAttributesEx* is to wrap GetFileAttributesEx,
on systems where it doesn't exist (Windows 95 in particular). If it
doesn't exist, it is emulated; if it exists, it is directly called.

----------
nosy: +loewis

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1311>
__________________________________


More information about the Python-bugs-list mailing list