]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bsddb 4.1.6:
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 9 Jul 2003 04:45:59 +0000 (04:45 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 9 Jul 2003 04:45:59 +0000 (04:45 +0000)
commit455d46f0d921337405ebd3a098c210f3614ae77c
treea76c243123743366b91a85ccd060e40d4d8a9a5a
parentbea57c6c355ba98cd9019d13e5adf7d715377edf
bsddb 4.1.6:

 * Extended DB & DBEnv set_get_returns_none functionality to take a
   "level" instead of a boolean flag.  The boolean 0 and 1 values still
   have the same effect.  A value of 2 extends the "return None instead
   of raising an exception" behaviour to the DBCursor set methods.
   This will become the default behaviour in pybsddb 4.2.
 * Fixed a typo in DBCursor.join_item method that made it crash instead
   of returning a value.  Obviously nobody uses it.  Wrote a test case
   for join and join_item.
Lib/bsddb/dbobj.py
Lib/bsddb/dbtables.py
Lib/bsddb/test/test_associate.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_join.py
Modules/_bsddb.c