mirror of
https://github.com/python/cpython.git
synced 2024-12-05 07:43:50 +08:00
e947706b10
* the has_key() method was not raising a DBError when a database error had occurred. [SF patch id 1212590] * added a wrapper for the DBEnv.set_lg_regionmax method [SF patch id 1212590] * DBKeyEmptyError now derives from KeyError just like DBNotFoundError. * internally everywhere DB_NOTFOUND was checked for has been updated to also check for DB_KEYEMPTY. This fixes the semantics of a couple operations on recno and queue databases to be more intuitive and results in less unexpected DBKeyEmptyError exceptions being raised. |
||
---|---|---|
.. | ||
__init__.py | ||
test_all.py | ||
test_associate.py | ||
test_basics.py | ||
test_compare.py | ||
test_compat.py | ||
test_dbobj.py | ||
test_dbshelve.py | ||
test_dbtables.py | ||
test_env_close.py | ||
test_get_none.py | ||
test_join.py | ||
test_lock.py | ||
test_misc.py | ||
test_queue.py | ||
test_recno.py | ||
test_thread.py |