summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-06-15 08:09:43 (GMT)
committerGitHub <noreply@github.com>2018-06-15 08:09:43 (GMT)
commitceeef10cdbc08561f9954e13bbed1cb2299a8c72 (patch)
tree8b4678e015343dc2f052c672d3a4be00ef313e0f /Misc/NEWS.d/next
parent08f127a3cad8ce4eb281d30d9488c91b0fd7cfed (diff)
downloadcpython-ceeef10cdbc08561f9954e13bbed1cb2299a8c72.zip
cpython-ceeef10cdbc08561f9954e13bbed1cb2299a8c72.tar.gz
cpython-ceeef10cdbc08561f9954e13bbed1cb2299a8c72.tar.bz2
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/C API/2018-06-10-09-42-31.bpo-33818.50nlf3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2018-06-10-09-42-31.bpo-33818.50nlf3.rst b/Misc/NEWS.d/next/C API/2018-06-10-09-42-31.bpo-33818.50nlf3.rst
new file mode 100644
index 0000000..0f30a6e
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2018-06-10-09-42-31.bpo-33818.50nlf3.rst
@@ -0,0 +1,2 @@
+:c:func:`PyExceptionClass_Name` will now return ``const char *`` instead of
+``char *``.