]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
pybsddb 4.3.2:
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Jun 2005 06:46:59 +0000 (06:46 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Jun 2005 06:46:59 +0000 (06:46 +0000)
commite947706b10b8ac9d01cb9d6246d962f1f24895a4
treea4983bbe19c90bee8c0c866b371f34debcc7d19b
parent5d36a55eaa55d34bfaf91135920688d0cbc6fc5f
pybsddb 4.3.2:
 * 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.
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_recno.py
Modules/_bsddb.c