diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-06 15:05:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-06 15:05:04 (GMT) |
commit | 0b721168126f77e6a58d25c636984eb29046e1e0 (patch) | |
tree | 6aa36b77518a42ad730430b5ec28ad658e6733bf /Doc | |
parent | 56ced2a7e461fa1baf81a8692cf027f7b7e8c271 (diff) | |
download | cpython-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.tex | 4 |
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} |