diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-15 23:06:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 23:06:45 (GMT) |
commit | 0320cf1a250b025f2ef25637851384bf8b61d207 (patch) | |
tree | a4e23670ebd5ac9a8f858ea3f171ae9f6addd88a /Misc/NEWS.d | |
parent | 55d24edaadba4ee90f464d88b44075649788f128 (diff) | |
download | cpython-0320cf1a250b025f2ef25637851384bf8b61d207.zip cpython-0320cf1a250b025f2ef25637851384bf8b61d207.tar.gz cpython-0320cf1a250b025f2ef25637851384bf8b61d207.tar.bz2 |
bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit ad43dc0b54994e7e7d06e3d4896ade188b36ee12)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-06-21-17-51-51.bpo-25381.7Kn-_H.rst | 2 |
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. |