]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105071: add missing versionadded directive (#105097)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 30 May 2023 17:03:20 +0000 (18:03 +0100)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 17:03:20 +0000 (18:03 +0100)
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