Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4319315 commit c585075Copy full SHA for c585075
1 file changed
Doc/lib/libtypes.tex
@@ -35,6 +35,12 @@ \section{\module{types} ---
35
\function{type()}\bifuncindex{type}).
36
\end{datadesc}
37
38
+\begin{datadesc}{BooleanType}
39
+The type of the \class{bool} values \code{True} and \code{False}; this
40
+is an alias of the built-in \function{bool()} function.
41
+\versionadded{2.3}
42
+\end{datadesc}
43
+
44
\begin{datadesc}{IntType}
45
The type of integers (e.g. \code{1}).
46
@@ -165,4 +171,5 @@ \section{\module{types} ---
165
171
elsewhere since it only contains \code{UnicodeType} if it has been
166
172
built in the running version of Python. For example:
167
173
\code{isinstance(s, types.StringTypes)}.
174
+\versionadded{2.2}
168
175
0 commit comments