[New-bugs-announce] [issue29045] Outdated C api doc about Windows error

Xiang Zhang report at bugs.python.org
Thu Dec 22 01:06:20 EST 2016


New submission from Xiang Zhang:

https://docs.python.org/3.7/c-api/exceptions.html#c.PyErr_SetFromWindowsErrWithFilename it stills refers to PyErr_SetFromWindowsErrWithFilenameObject but this function doesn't exist since Py3.4. I didn't find when and why it's deleted.

And https://docs.python.org/3.4/c-api/exceptions.html#c.PyErr_SetFromWindowsErr raises OSError instead of WindowsError.

----------
assignee: docs at python
components: Documentation
messages: 283814
nosy: docs at python, xiang.zhang
priority: normal
severity: normal
status: open
title: Outdated C api doc about Windows error
versions: Python 3.5, Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list