cpython/Lib/bsddb
R. David Murray 5b06ecf861 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.
........
2010-02-24 02:35:33 +00:00
..
test Merged revisions 77733 via svnmerge from 2010-01-24 21:50:01 +00:00
__init__.py Deprecate bsddb for removal in Python 3.0. 2008-09-05 18:33:51 +00:00
db.py bsddb module updated to version 4.7.2devel9. 2008-07-23 11:38:42 +00:00
dbobj.py bsddb module updated to version 4.7.2devel9. 2008-07-23 11:38:42 +00:00
dbrecio.py Fix errors found by pychecker 2006-06-11 08:35:14 +00:00
dbshelve.py Merged revisions 78412 via svnmerge from 2010-02-24 02:35:33 +00:00
dbtables.py Update bsddb code to version 4.7.3pre2. This code should 2008-08-31 14:00:51 +00:00
dbutils.py Update bsddb code to version 4.7.3pre2. This code should 2008-08-31 14:00:51 +00:00