commit | 1e28a27f845a59513ad3bebbd6ae19f399071bbd | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Dec 28 08:41:01 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Dec 28 08:41:01 2009 +0000 |
tree | 22f39f9b43f61a56fbcca9327b968685159e7f00 | |
parent | 127d47092a98aa9b668dceb03c7b64d9c4c44adc [diff] |
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. ........