]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add versionadded marker for ctypes.c_bool.
authorThomas Heller <theller@ctypes.org>
Tue, 13 Mar 2007 21:01:39 +0000 (21:01 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 13 Mar 2007 21:01:39 +0000 (21:01 +0000)
Doc/lib/libctypes.tex

index e1a1719433dac78ff0e6e9d77af35e603d28bcd1..b782fdc8b48c78d0fb691035017adde970331e29 100755 (executable)
@@ -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}