From: Fred Drake Date: Thu, 6 Apr 2000 15:05:04 +0000 (+0000) Subject: Marc-Andre Lemburg : X-Git-Tag: v1.6a2~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b721168126f77e6a58d25c636984eb29046e1e0;p=thirdparty%2FPython%2Fcpython.git Marc-Andre Lemburg : Added UnicodeType. --- diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index e48fcafb3153..8ade4a6be956 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -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}