summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-28 08:34:58 (GMT)
committerGeorg Brandl <georg@python.org>2009-12-28 08:34:58 (GMT)
commit740cdc3a9f9593ee1fe86d751c70b8505d6a19c9 (patch)
tree4c34f7bec409dfb040cba93c2064b37bb71b2b95 /Misc
parent02e7dfde639498064b137be7cb850c4229f0c8fb (diff)
downloadcpython-740cdc3a9f9593ee1fe86d751c70b8505d6a19c9.zip
cpython-740cdc3a9f9593ee1fe86d751c70b8505d6a19c9.tar.gz
cpython-740cdc3a9f9593ee1fe86d751c70b8505d6a19c9.tar.bz2
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8fbfc50..b23c672 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,11 @@ Library
- Issue #7457: added a read_pkg_file method to
distutils.dist.DistributionMetadata.
+C-API
+-----
+
+- Issue #7033: function ``PyErr_NewExceptionWithDoc()`` added.
+
Build
-----