\end{datadesc}
\begin{datadesc}{ComplexType}
-The type of complex numbers (e.g. \code{1.0j}).
+The type of complex numbers (e.g. \code{1.0j}). This is not defined
+if Python was built without complex number support.
\end{datadesc}
\begin{datadesc}{StringType}
\end{datadesc}
\begin{datadesc}{UnicodeType}
-The type of Unicode character strings (e.g. \code{u'Spam'}).
+The type of Unicode character strings (e.g. \code{u'Spam'}). This is
+not defined if Python was built without Unicode support.
\end{datadesc}
\begin{datadesc}{TupleType}