commit | 48b8b665d7a1adab46b70fc536569c16fc8092d3 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Feb 05 01:53:00 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Feb 05 01:53:00 2008 +0000 |
tree | bbb73562721f6aafcf714eaa51dbe81b9ad92ab7 | |
parent | 7ac609559da71b247bf6c2d37e8af9b2eadea2a7 [diff] |
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.