Merged revisions 77088 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77088 | georg.brandl | 2009-12-28 09:34:58 +0100 (Mo, 28 Dez 2009) | 1 line

  #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
........
This commit is contained in:
Georg Brandl 2009-12-28 08:41:01 +00:00
parent 127d47092a
commit 1e28a27f84
7 changed files with 118 additions and 2 deletions

View file

@ -281,6 +281,12 @@ PyErr_NewException:char*:name::
PyErr_NewException:PyObject*:base:0:
PyErr_NewException:PyObject*:dict:0:
PyErr_NewExceptionWithDoc:PyObject*::+1:
PyErr_NewExceptionWithDoc:char*:name::
PyErr_NewExceptionWithDoc:char*:doc::
PyErr_NewExceptionWithDoc:PyObject*:base:0:
PyErr_NewExceptionWithDoc:PyObject*:dict:0:
PyErr_NoMemory:PyObject*::null:
PyErr_NormalizeException:void:::