]> granicus.if.org Git - python/commit
Put an updated UserDict class in the collections module and
authorRaymond Hettinger <python@rcn.com>
Tue, 5 Feb 2008 01:53:00 +0000 (01:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 5 Feb 2008 01:53:00 +0000 (01:53 +0000)
commit48b8b665d7a1adab46b70fc536569c16fc8092d3
treebbb73562721f6aafcf714eaa51dbe81b9ad92ab7
parent7ac609559da71b247bf6c2d37e8af9b2eadea2a7
Put an updated UserDict class in the collections module and
register it as a compliant Mutable Mapping.

Todo:  Convert the UserDict dependent tests to the new API
       and then remove the old UserDict module.  Move the
       UserDict docs to collections.rst.
Lib/collections.py
Misc/NEWS