diff options
author | Raymond Hettinger <python@rcn.com> | 2008-02-21 22:11:37 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-02-21 22:11:37 (GMT) |
commit | b3a65f8d19f55437406a446927238a9e6f7d3902 (patch) | |
tree | c2f8e9d8e222595c153e8d7b38815cd7d1f056fb /Doc/library/datatypes.rst | |
parent | 6f7140c762710ee8412cb07e87194d1de087ce9b (diff) | |
download | cpython-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.rst | 1 |
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 |