]> granicus.if.org Git - python/commit
Merged revisions 78412 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 02:35:33 +0000 (02:35 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 24 Feb 2010 02:35:33 +0000 (02:35 +0000)
commit5b06ecf86148251e5dbcc23840db1d5c435f51c0
tree361b38cfe6c683bb56ba72b292c5dcec6e197197
parentafa4140d9c50b9136b157f6792329d3e5e9dac0a
Merged revisions 78412 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78412 | r.david.murray | 2010-02-23 21:31:27 -0500 (Tue, 23 Feb 2010) | 6 lines

  Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to
  MutableMapping, and thereby lost functionality because the replacement
  functionality was implemented incorrectly or incompletely).  Since bsddb
  isn't in py3k, this patch just goes back to using DictMixin in order to
  correct the regression.
........
Lib/bsddb/dbshelve.py
Misc/NEWS