From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 30 May 2023 17:03:57 +0000 (-0700) Subject: [3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105) X-Git-Tag: v3.12.0b2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aeee5a575647a9f2676d0d00c763e1a9454a6102;p=thirdparty%2FPython%2Fcpython.git [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> --- diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst index 22666d705290..dc73ad815796 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