Issue 13638: PyErr_SetFromErrnoWithFilenameObject is undocumented (original) (raw)

Issue13638

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:24 admin set github: 57847
2013-04-14 09:16:27 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: needs patch -> resolved
2011-12-19 16:41:16 pitrou create