This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PyErr_SetFromErrnoWithFilenameObject is undocumented
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: arnaudc, docs@python, pitrou, python-dev, vstinner
Priority: normal Keywords:

Created on 2011-12-19 16:41 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg149877 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-12-19 16:41
Its declaration can be found in Include/pyerrors.h.
Same for PyErr_SetExcFromWindowsErrWithFilenameObject.
msg186899 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-14 09:16
New changeset 4cc94d30926f by Georg Brandl in branch '2.7':
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
http://hg.python.org/cpython/rev/4cc94d30926f

New changeset ee848457930f by Georg Brandl in branch '3.3':
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
http://hg.python.org/cpython/rev/ee848457930f
History
Date User Action Args
2022-04-11 14:57:24adminsetgithub: 57847
2013-04-14 09:16:27python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg186899

resolution: fixed
stage: needs patch -> resolved
2011-12-19 16:41:16pitroucreate