Add versionadded marker for ctypes.c_bool.

This commit is contained in:
Thomas Heller 2007-03-13 21:01:39 +00:00
parent 5240d7416c
commit c3a643192f
1 changed files with 1 additions and 0 deletions

View File

@ -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}