cpython/Lib/bsddb
Neal Norwitz 3af831baca When the _iter_mixin stopped inheritting from UsserDictMixin, it lost the
__repr__ which caused bsddb.test.test_misc.py to fail in test03_repr_closed_db
Restore the repr so the test passes.  I think this is correct, but it would
be good to have some more review.
2008-03-01 04:06:19 +00:00
..
test Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from 2008-02-25 12:39:23 +00:00
__init__.py When the _iter_mixin stopped inheritting from UsserDictMixin, it lost the 2008-03-01 04:06:19 +00:00
db.py Convert raise statements in bsddb. 2007-08-22 21:45:20 +00:00
dbobj.py In bsddb, replace UserDict.DictMixin with collections.MutableMapping. 2008-02-04 21:26:27 +00:00
dbrecio.py Convert raise statements in bsddb. 2007-08-22 21:45:20 +00:00
dbshelve.py Remove DictMixin which is superceded by collections.MutableMapping 2008-02-04 22:07:15 +00:00
dbtables.py Convert some custom sort comparison functions to equivalent key functions. 2008-01-30 02:55:10 +00:00
dbutils.py some test suite cleanup, use tempfile.mkdtemp() in setUp and 2007-08-28 08:05:56 +00:00