commit | c3a643192f8e84878a34d1214df045d702a51c10 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Mar 13 21:01:39 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Mar 13 21:01:39 2007 +0000 |
tree | eb638c12e0f279b0f02797b55b7cf2424e6984bb | |
parent | 5240d7416c739e22298463cb08ba8aad7c762a4a [diff] |
Add versionadded marker for ctypes.c_bool.
diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index e1a1719..b782fdc 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex
@@ -2298,6 +2298,7 @@ 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}