cpython/Lib/bsddb
Gregory P. Smith 9e6468be1d Fix issue2669: bsddb simple/legacy interface iteration silently fails
when database changes size during iteration.

It now behaves like a dictionary, the next attempt to get a value from
the iterator after the database has changed size will raise a RuntimeError.
2008-05-25 08:28:29 +00:00
..
test * Give the test_bsddb3 tests a unique temporary directory to run their 2008-05-25 07:14:09 +00:00
__init__.py Fix issue2669: bsddb simple/legacy interface iteration silently fails 2008-05-25 08:28:29 +00:00
db.py bsddb module updated to version 4.7.0 2008-05-22 15:27:38 +00:00
dbobj.py
dbrecio.py
dbshelve.py
dbtables.py bsddb module updated to version 4.7.0 2008-05-22 15:27:38 +00:00
dbutils.py