summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-02-06 00:15:42 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-02-06 00:15:42 (GMT)
commit0fc8351f64e11f60622de5372120f70b2fa04313 (patch)
treeb748fc7fb0c95f245f22294a4c6a912e022efaaf /Misc/NEWS
parentf80680d8cdb7503c4b34e2c5a014d7c4f6e5817d (diff)
downloadcpython-0fc8351f64e11f60622de5372120f70b2fa04313.zip
cpython-0fc8351f64e11f60622de5372120f70b2fa04313.tar.gz
cpython-0fc8351f64e11f60622de5372120f70b2fa04313.tar.bz2
Remove the old UserDict module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5e90be4..50eb9c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.