[issue13638] PyErr_SetFromErrnoWithFilenameObject is undocumented

2013-04-14 Thread Roundup Robot
Roundup Robot added the comment: 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_SetFr

[issue13638] PyErr_SetFromErrnoWithFilenameObject is undocumented

2011-12-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : Its declaration can be found in Include/pyerrors.h. Same for PyErr_SetExcFromWindowsErrWithFilenameObject. -- assignee: docs@python components: Documentation messages: 149877 nosy: arnaudc, docs@python, haypo, pitrou priority: normal severity: normal