Message 292892 - Python tracker (original) (raw)

Message292892

Author vstinner
Recipients vstinner
Date 2017-05-03.12:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1493813349.55.0.778481158627.issue30257@psf.upfronthosting.co.za
In-reply-to
Content
The second line in the else block was added... 14 years ago (!) by this commit: commit 455d46f0d921337405ebd3a098c210f3614ae77c Author: Gregory P. Smith <greg@mad-scientist.com> Date: Wed Jul 9 04:45:59 2003 +0000 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.
History
Date User Action Args
2017-05-03 12:09:09 vstinner set recipients: + vstinner
2017-05-03 12:09:09 vstinner set messageid: 1493813349.55.0.778481158627.issue30257@psf.upfronthosting.co.za
2017-05-03 12:09:09 vstinner link issue30257 messages
2017-05-03 12:09:09 vstinner create