projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ced2a
)
Marc-Andre Lemburg <mal@lemburg.com>:
author
Fred Drake
<fdrake@acm.org>
Thu, 6 Apr 2000 15:05:04 +0000
(15:05 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 6 Apr 2000 15:05:04 +0000
(15:05 +0000)
Added UnicodeType.
Doc/lib/libtypes.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libtypes.tex
b/Doc/lib/libtypes.tex
index e48fcafb3153ab25ef0f1660921f19b44d9b8c6c..8ade4a6be956aa18e0fe0a49e9e2b22fbde2cb7e 100644
(file)
--- 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}