summaryrefslogtreecommitdiffstats
path: root/Doc/library/userdict.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/userdict.rst')
-rw-r--r--Doc/library/userdict.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/userdict.rst b/Doc/library/userdict.rst
index 11d46ed..a97732d 100644
--- a/Doc/library/userdict.rst
+++ b/Doc/library/userdict.rst
@@ -68,6 +68,8 @@ provide the following attribute:
Since the mixin has no knowledge of the subclass constructor, it does not define
:meth:`__init__` or :meth:`copy`.
+ Starting with Python version 2.6, it is recommended to use
+ :class:`collections.MutableMapping` instead of :class:`DictMixin`.
:mod:`UserList` --- Class wrapper for list objects
==================================================