[docs] [issue29045] Outdated C api doc about Windows error

Eryk Sun report at bugs.python.org
Thu Dec 22 02:10:46 EST 2016


Eryk Sun added the comment:

PyErr_SetFromWindowsErrWithFilenameObject was never implemented. See issue 11210.

Since 3.3 WindowsError is simply an alias for OSError. See PEP 3151.

----------
nosy: +eryksun

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


More information about the docs mailing list