[Python-checkins] [3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105)

iritkatriel webhook-mailer at python.org
Tue May 30 13:04:05 EDT 2023


https://github.com/python/cpython/commit/aeee5a575647a9f2676d0d00c763e1a9454a6102
commit: aeee5a575647a9f2676d0d00c763e1a9454a6102
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: iritkatriel <1055913+iritkatriel at users.noreply.github.com>
date: 2023-05-30T17:03:57Z
summary:

[3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105)

gh-105071: add missing versionadded directive (GH-105097)
(cherry picked from commit 4571eedca2f70768ddc4a2fd4fba2ae11b4c8037)

Co-authored-by: Irit Katriel <1055913+iritkatriel at users.noreply.github.com>

files:
M Doc/c-api/exceptions.rst

diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index 22666d705290..dc73ad815796 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -783,6 +783,8 @@ Exception Objects
    Return the :exc:`ExceptionGroup` that needs to be reraised in the end, or
    ``None`` if there is nothing to reraise.
 
+   .. versionadded:: 3.12
+
 .. _unicodeexceptions:
 
 Unicode Exception Objects



More information about the Python-checkins mailing list