]> granicus.if.org Git - python/commitdiff
Marc-Andre Lemburg <mal@lemburg.com>:
authorFred Drake <fdrake@acm.org>
Thu, 6 Apr 2000 15:05:04 +0000 (15:05 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 6 Apr 2000 15:05:04 +0000 (15:05 +0000)
Added UnicodeType.

Doc/lib/libtypes.tex

index e48fcafb3153ab25ef0f1660921f19b44d9b8c6c..8ade4a6be956aa18e0fe0a49e9e2b22fbde2cb7e 100644 (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}