cpython/Lib/bsddb
Georg Brandl 26caeba35a Bug #1396678: a closed bsddb.DB raises AttributeError on repr().
It now returns "{}". Is that the correct solution?
2006-02-19 00:53:54 +00:00
..
test fix test import for use in standalone pybsddb project bsddb3 module as well 2006-01-29 23:54:38 +00:00
__init__.py Bug #1396678: a closed bsddb.DB raises AttributeError on repr(). 2006-02-19 00:53:54 +00:00
db.py Simplify string comparison using startswith() 2005-02-02 18:47:18 +00:00
dbobj.py Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER 2006-01-27 07:06:15 +00:00
dbrecio.py
dbshelve.py
dbtables.py Purged Berkeley code of references to the long-obsolete whrandom. 2004-08-08 00:54:21 +00:00
dbutils.py