cpython/Lib/bsddb
Gregory P. Smith 64029986bc Fixes bug #1117761
bsddb.*open() methods cachesize parameter wouldn't work (raised an
internal bsddb.db exception when it was given).  The set_cachesize
call needed to be moved from the DB object to the DBEnv since the env
was introduced to allow for threading.

(will backport to 2.4)
2006-04-12 20:35:02 +00:00
..
test Fix bsddb.db.DBError derived exceptions so they can be unpickled. 2006-04-08 07:10:51 +00:00
__init__.py Fixes bug #1117761 2006-04-12 20:35:02 +00:00
db.py
dbobj.py
dbrecio.py
dbshelve.py
dbtables.py
dbutils.py