]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In bsddb, replace UserDict.DictMixin with collections.MutableMapping.
authorRaymond Hettinger <python@rcn.com>
Mon, 4 Feb 2008 21:26:27 +0000 (21:26 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 4 Feb 2008 21:26:27 +0000 (21:26 +0000)
commitd190f9c45e07caa77f8f79ac34560d41271a7c7b
tree7e2e70f6bcd043ed856d11739fba7de15b9fdfb8
parent3be449ae36cc0a11646dd8f6708e2cebddbe44bf
In bsddb, replace UserDict.DictMixin with collections.MutableMapping.
I can't test this directly on my build, so letting the buildbots do it for me.
If it fails, expect a reversion.
Lib/bsddb/__init__.py
Lib/bsddb/dbobj.py
Lib/bsddb/dbshelve.py