]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove DictMixin which is superceded by collections.MutableMapping
authorRaymond Hettinger <python@rcn.com>
Mon, 4 Feb 2008 22:07:15 +0000 (22:07 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 4 Feb 2008 22:07:15 +0000 (22:07 +0000)
commitedf3b734c05b754f03e36c1eb69bfc7343b8a150
tree1bbfa338b8b264a123476aa5a8a454367dd013b7
parentd190f9c45e07caa77f8f79ac34560d41271a7c7b
Remove DictMixin which is superceded by collections.MutableMapping
Doc/library/userdict.rst
Lib/UserDict.py
Lib/bsddb/dbshelve.py
Lib/test/test_shelve.py
Lib/test/test_userdict.py
Misc/NEWS