From daf11fca038d7918c219d33ee6727ed0a563415f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:30:33 +0200 Subject: [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 --- Doc/c-api/arg.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/c-api/arg.rst b/Doc/c-api/arg.rst index 3bbc990..49dbc8d 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] -- cgit v0.12