Commit c3a64319 authored by Thomas Heller's avatar Thomas Heller

Add versionadded marker for ctypes.c_bool.

parent 5240d741
...@@ -2298,6 +2298,7 @@ an integer address, or a string. ...@@ -2298,6 +2298,7 @@ an integer address, or a string.
Represent the C \code{bool} datatype (more accurately, _Bool from C99). 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 Its value can be True or False, and the constructor accepts any object that
has a truth value. has a truth value.
\versionadded{2.6}
\end{classdesc*} \end{classdesc*}
\begin{classdesc*}{HRESULT} \begin{classdesc*}{HRESULT}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment