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 /Lib/test/test___all__.py | |
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 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 99bc330..6e844e7 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -36,7 +36,6 @@ class AllTest(unittest.TestCase): self.check_all("Queue") self.check_all("SimpleHTTPServer") self.check_all("SocketServer") - self.check_all("UserString") self.check_all("aifc") self.check_all("base64") self.check_all("bdb") |