From: R. David Murray Date: Wed, 24 Feb 2010 02:37:33 +0000 (+0000) Subject: Blocked revisions 78412 via svnmerge X-Git-Tag: v3.2a1~1637 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33091a83213d2480360dc6768eebc5721a70f2fb;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 78412 via svnmerge ........ 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. ........ ---