Notes: Added the ability to tell DBCursor set methods to return None instead of raising an exception when the key is not found. A bug fix and a documentation update. This release is what will be in Python 2.3.
Changes: * 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. * Updated documentation for set_get_returns_none. Regenerated the stale html docs from the text documentation. * 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. * Added the DBEnv.set_timeout method. * Added the dbobj wrapper for DBEnv set_timeout method. * Updated README.txt
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use