diff options
author | Raymond Hettinger <python@rcn.com> | 2008-02-06 00:15:42 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-02-06 00:15:42 (GMT) |
commit | 0fc8351f64e11f60622de5372120f70b2fa04313 (patch) | |
tree | b748fc7fb0c95f245f22294a4c6a912e022efaaf /Misc/NEWS | |
parent | f80680d8cdb7503c4b34e2c5a014d7c4f6e5817d (diff) | |
download | cpython-0fc8351f64e11f60622de5372120f70b2fa04313.zip cpython-0fc8351f64e11f60622de5372120f70b2fa04313.tar.gz cpython-0fc8351f64e11f60622de5372120f70b2fa04313.tar.bz2 |
Remove the old UserDict module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ Library - Created new UserDict class in collections module. This one inherits from and complies with the MutableMapping ABC. - XXX still need to covert old UserDict based tests and eliminate the old UserDict module. + XXX still need to move docs - Removed UserDict.DictMixin. Replaced all its uses with collections.MutableMapping. |