summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-05-30 17:03:57 (GMT)
committerGitHub <noreply@github.com>2023-05-30 17:03:57 (GMT)
commitaeee5a575647a9f2676d0d00c763e1a9454a6102 (patch)
treed0e730aec4ecb6cc48e8043f9a2a430a58cb22ca
parent9fb7abba6d64dd345e09e13675b522aa2006d74f (diff)
downloadcpython-aeee5a575647a9f2676d0d00c763e1a9454a6102.zip
cpython-aeee5a575647a9f2676d0d00c763e1a9454a6102.tar.gz
cpython-aeee5a575647a9f2676d0d00c763e1a9454a6102.tar.bz2
[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@users.noreply.github.com>
-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