summaryrefslogtreecommitdiffstats
path: root/Doc/library/datatypes.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-02-21 22:11:37 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-02-21 22:11:37 (GMT)
commitb3a65f8d19f55437406a446927238a9e6f7d3902 (patch)
treec2f8e9d8e222595c153e8d7b38815cd7d1f056fb /Doc/library/datatypes.rst
parent6f7140c762710ee8412cb07e87194d1de087ce9b (diff)
downloadcpython-b3a65f8d19f55437406a446927238a9e6f7d3902.zip
cpython-b3a65f8d19f55437406a446927238a9e6f7d3902.tar.gz
cpython-b3a65f8d19f55437406a446927238a9e6f7d3902.tar.bz2
Move UserString to collections.
Removed decode() method. Added isidentifier() and format() methods. Drop MutableUserString class.
Diffstat (limited to 'Doc/library/datatypes.rst')
-rw-r--r--Doc/library/datatypes.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst
index 496fd41..ae76e72 100644
--- a/Doc/library/datatypes.rst
+++ b/Doc/library/datatypes.rst
@@ -29,7 +29,6 @@ The following modules are documented in this chapter:
mutex.rst
queue.rst
weakref.rst
- userdict.rst
types.rst
copy.rst
pprint.rst