From: Thomas Heller Date: Tue, 13 Mar 2007 21:01:39 +0000 (+0000) Subject: Add versionadded marker for ctypes.c_bool. X-Git-Tag: v2.6a1~2008 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3a643192f8e84878a34d1214df045d702a51c10;p=thirdparty%2FPython%2Fcpython.git Add versionadded marker for ctypes.c_bool. --- diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index e1a1719433da..b782fdc8b48c 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}