From 64df69710e5f2d11ccbaaeca614be80a0bbd35aa Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Fri, 6 Jun 2025 09:23:07 -0300 Subject: [PATCH] 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 3bbc990b6329c0..49dbc8d71cce62 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]