]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 77088 via svnmerge from
authorGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:41:01 +0000 (08:41 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 28 Dec 2009 08:41:01 +0000 (08:41 +0000)
commit1e28a27f845a59513ad3bebbd6ae19f399071bbd
tree22f39f9b43f61a56fbcca9327b968685159e7f00
parent127d47092a98aa9b668dceb03c7b64d9c4c44adc
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.
........
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