summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-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.