Marc-Andre Lemburg <mal@lemburg.com>:

Added UnicodeType.
This commit is contained in:
Fred Drake 2000-04-06 15:05:04 +00:00
parent 56ced2a7e4
commit 0b72116812
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ The type of complex numbers (e.g. \code{1.0j}).
The type of character strings (e.g. \code{'Spam'}).
\end{datadesc}
\begin{datadesc}{UnicodeType}
The type of Unicode character strings (e.g. \code{u'Spam'}).
\end{datadesc}
\begin{datadesc}{TupleType}
The type of tuples (e.g. \code{(1, 2, 3, 'Spam')}).
\end{datadesc}