Added documentation for BooleanType.
\function{type()}\bifuncindex{type}).
\end{datadesc}
+\begin{datadesc}{BooleanType}
+The type of the \class{bool} values \code{True} and \code{False}; this
+is an alias of the built-in \function{bool()} function.
+\versionadded{2.3}
+\end{datadesc}
+
\begin{datadesc}{IntType}
The type of integers (e.g. \code{1}).
\end{datadesc}
elsewhere since it only contains \code{UnicodeType} if it has been
built in the running version of Python. For example:
\code{isinstance(s, types.StringTypes)}.
+\versionadded{2.2}
\end{datadesc}