]> granicus.if.org Git - python/commit
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptio...
authorGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:34:58 +0000 (08:34 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:34:58 +0000 (08:34 +0000)
commit740cdc3a9f9593ee1fe86d751c70b8505d6a19c9
tree4c34f7bec409dfb040cba93c2064b37bb71b2b95
parent02e7dfde639498064b137be7cb850c4229f0c8fb
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
Doc/c-api/exceptions.rst
Doc/data/refcounts.dat
Include/pyerrors.h
Lib/test/test_exceptions.py
Misc/NEWS
Modules/_testcapimodule.c
Python/errors.c