From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:30:33 +0000 (+0200) Subject: [3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (#135207) X-Git-Tag: v3.14.0b3~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daf11fca038d7918c219d33ee6727ed0a563415f;p=thirdparty%2FPython%2Fcpython.git [3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (#135207) Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (cherry picked from commit 39859fcac5c8335ca9c1bddc5945a7d3e934aebc) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 3bbc990b6329..49dbc8d71cce 100644 --- a/Doc/c-api/arg.rst +++ b/Doc/c-api/arg.rst @@ -685,6 +685,7 @@ Building values ``p`` (:class:`bool`) [int] Convert a C :c:expr:`int` to a Python :class:`bool` object. + .. versionadded:: 3.14 ``c`` (:class:`bytes` of length 1) [char]