commit | 740cdc3a9f9593ee1fe86d751c70b8505d6a19c9 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Dec 28 08:34:58 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Dec 28 08:34:58 2009 +0000 |
tree | 4c34f7bec409dfb040cba93c2064b37bb71b2b95 | |
parent | 02e7dfde639498064b137be7cb850c4229f0c8fb [diff] [blame] |
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
diff --git a/Misc/NEWS b/Misc/NEWS index 8fbfc50..b23c672 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -70,6 +70,11 @@ - Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata. +C-API +----- + +- Issue #7033: function ``PyErr_NewExceptionWithDoc()`` added. + Build -----