From 455d46f0d921337405ebd3a098c210f3614ae77c Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Wed, 9 Jul 2003 04:45:59 +0000 Subject: 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/test/test_associate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/bsddb/test/test_associate.py') diff --git a/Lib/bsddb/test/test_associate.py b/Lib/bsddb/test/test_associate.py index 3061e4591a..5fe41a93c4 100644 --- a/Lib/bsddb/test/test_associate.py +++ b/Lib/bsddb/test/test_associate.py @@ -1,5 +1,5 @@ """ -TestCases for multi-threaded access to a DB. +TestCases for DB.associate. """ import sys, os, string -- cgit v1.2.1