summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-05-30 17:03:20 (GMT)
committerGitHub <noreply@github.com>2023-05-30 17:03:20 (GMT)
commit4571eedca2f70768ddc4a2fd4fba2ae11b4c8037 (patch)
treee1edb140a3cdc9a67e0fc50771f4919a8140884a
parent4b65d5638c607747e2f5b28ed1914e3c397b4097 (diff)
downloadcpython-4571eedca2f70768ddc4a2fd4fba2ae11b4c8037.zip
cpython-4571eedca2f70768ddc4a2fd4fba2ae11b4c8037.tar.gz
cpython-4571eedca2f70768ddc4a2fd4fba2ae11b4c8037.tar.bz2
gh-105071: add missing versionadded directive (#105097)
-rw-r--r--Doc/c-api/exceptions.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index 22666d7..dc73ad8 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