From c3a643192f8e84878a34d1214df045d702a51c10 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 13 Mar 2007 21:01:39 +0000 Subject: [PATCH] Add versionadded marker for ctypes.c_bool. --- Doc/lib/libctypes.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index e1a1719433..b782fdc8b4 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -2298,6 +2298,7 @@ an integer address, or a string. Represent the C \code{bool} datatype (more accurately, _Bool from C99). Its value can be True or False, and the constructor accepts any object that has a truth value. +\versionadded{2.6} \end{classdesc*} \begin{classdesc*}{HRESULT} -- 2.50.1