cpython/Lib/bsddb
R. David Murray 48605be128 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.
2010-02-24 02:31:27 +00:00
..
test Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. 2010-02-02 15:57:45 +00:00
__init__.py Issue #7092: Fix the DeprecationWarnings emitted by the standard library 2010-01-04 23:22:44 +00:00
db.py bsddb module updated to version 4.7.2devel9. 2008-07-23 11:38:42 +00:00
dbobj.py Fix py3k warnings in bsddb 2009-10-14 18:01:33 +00:00
dbrecio.py Fix errors found by pychecker 2006-06-11 08:35:14 +00:00
dbshelve.py Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to 2010-02-24 02:31:27 +00:00
dbtables.py Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. 2010-02-02 15:57:45 +00:00
dbutils.py Fix py3k warnings in bsddb 2009-10-14 18:01:33 +00:00