summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-06 15:05:04 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-06 15:05:04 (GMT)
commit0b721168126f77e6a58d25c636984eb29046e1e0 (patch)
tree6aa36b77518a42ad730430b5ec28ad658e6733bf /Doc
parent56ced2a7e461fa1baf81a8692cf027f7b7e8c271 (diff)
downloadcpython-0b721168126f77e6a58d25c636984eb29046e1e0.zip
cpython-0b721168126f77e6a58d25c636984eb29046e1e0.tar.gz
cpython-0b721168126f77e6a58d25c636984eb29046e1e0.tar.bz2
Marc-Andre Lemburg <mal@lemburg.com>:
Added UnicodeType.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libtypes.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex
index e48fcaf..8ade4a6 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}