summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-28 06:09:47 (GMT)
committerCollin Winter <collinw@gmail.com>2007-08-28 06:09:47 (GMT)
commitd1d9a890eb45951b4bc6f5b9d497bd62f16ed361 (patch)
treeab0f3965948c42fd2f4f4b8cb02ebad9978d2826 /Doc/library
parent2befd247e95b0776fff71524a7cb604facd4b634 (diff)
downloadcpython-d1d9a890eb45951b4bc6f5b9d497bd62f16ed361.zip
cpython-d1d9a890eb45951b4bc6f5b9d497bd62f16ed361.tar.gz
cpython-d1d9a890eb45951b4bc6f5b9d497bd62f16ed361.tar.bz2
Kill lingering docs references to UnicodeType.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/types.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index 9cc188c..eb009ff 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -85,13 +85,6 @@ The module defines the following names:
:class:`str`.
-.. data:: UnicodeType
-
- The type of Unicode character strings (e.g. ``u'Spam'``). This is not defined
- if Python was built without Unicode support. It's an alias of the built-in
- :class:`unicode`.
-
-
.. data:: TupleType
The type of tuples (e.g. ``(1, 2, 3, 'Spam')``); alias of the built-in