]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 9 Oct 2010 10:12:11 +0000 (10:12 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 9 Oct 2010 10:12:11 +0000 (10:12 +0000)
commit257d38ffdd5e85c17e14d63e1930e4756864878f
tree5ea1ceab49198640d7fbf13317f84354945a7b5a
parentfc8408cbe85dfc549686036668ceed77f2d8e76f
Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()
encodings
Doc/c-api/exceptions.rst
Include/pyerrors.h
Misc/NEWS