This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, vstinner
Date 2017-05-03.12:08:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493813329.0.0.998392124373.issue30255@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:10:21vstinnerunlinkissue30255 messages
2017-05-03 12:08:49vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-05-03 12:08:48vstinnersetmessageid: <1493813329.0.0.998392124373.issue30255@psf.upfronthosting.co.za>
2017-05-03 12:08:48vstinnerlinkissue30255 messages
2017-05-03 12:08:48vstinnercreate