diff options
-rw-r--r-- | Doc/c-api/exceptions.rst | 2 |
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 |