]> granicus.if.org Git - python/commit
Move UserString to collections.
authorRaymond Hettinger <python@rcn.com>
Thu, 21 Feb 2008 22:11:37 +0000 (22:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 21 Feb 2008 22:11:37 +0000 (22:11 +0000)
commitb3a65f8d19f55437406a446927238a9e6f7d3902
treec2f8e9d8e222595c153e8d7b38815cd7d1f056fb
parent6f7140c762710ee8412cb07e87194d1de087ce9b
Move UserString to collections.
Removed decode() method.  Added isidentifier() and format() methods.
Drop MutableUserString class.
Doc/library/collections.rst
Doc/library/datatypes.rst
Doc/library/userdict.rst [deleted file]
Lib/UserString.py [deleted file]
Lib/collections.py
Lib/test/test___all__.py
Lib/test/test_userstring.py
Misc/NEWS