]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 May 2023 17:03:57 +0000 (10:03 -0700)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 17:03:57 +0000 (17:03 +0000)
gh-105071: add missing versionadded directive (GH-105097)
(cherry picked from commit 4571eedca2f70768ddc4a2fd4fba2ae11b4c8037)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Doc/c-api/exceptions.rst

index 22666d70529061c22dbfd77ab1686c47f83ebd16..dc73ad8157961bf67ce6cd6c3af3c951574f7c58 100644 (file)
@@ -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