summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-11-15 22:38:53 (GMT)
committerGitHub <noreply@github.com>2021-11-15 22:38:53 (GMT)
commitad43dc0b54994e7e7d06e3d4896ade188b36ee12 (patch)
tree56451eefc96cc3fbe0ff5f4d07570e173b359f70 /Misc
parentc750adbe6990ee8239b27d5f4591283a06bfe862 (diff)
downloadcpython-ad43dc0b54994e7e7d06e3d4896ade188b36ee12.zip
cpython-ad43dc0b54994e7e7d06e3d4896ade188b36ee12.tar.gz
cpython-ad43dc0b54994e7e7d06e3d4896ade188b36ee12.tar.bz2
bpo-25381: Update explanation of exceptions in C. (GH-26838)
* bpo-25381: Update explanation of exception globals This paragraph in extending/extending.rst was unchanged (except for NULL markup) since committed in 2007 Aug 15 for 2.6 alpha. * Respond to reviews and remove duplication. * Update Doc/extending/extending.rst Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-06-21-17-51-51.bpo-25381.7Kn-_H.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-06-21-17-51-51.bpo-25381.7Kn-_H.rst b/Misc/NEWS.d/next/Documentation/2021-06-21-17-51-51.bpo-25381.7Kn-_H.rst
new file mode 100644
index 0000000..f009f88
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-06-21-17-51-51.bpo-25381.7Kn-_H.rst
@@ -0,0 +1,2 @@
+In the extending chapter of the extending doc, update a paragraph about the
+global variables containing exception information.