Kaydet (Commit) 0b721168 authored tarafından Fred Drake's avatar Fred Drake

Marc-Andre Lemburg <mal@lemburg.com>:

Added UnicodeType.
üst 56ced2a7
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment