]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
change set_bt_compare() callback comparison function to only take two
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Jun 2005 17:31:32 +0000 (17:31 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Jun 2005 17:31:32 +0000 (17:31 +0000)
commitac741c57d4ec9542622e620298260036760b2575
tree8599017bcf788fa8d2d2db5ebe63219b027b3170
parent889bca0df11207fa94e618942bb5f1fcf32140fd
change set_bt_compare() callback comparison function to only take two
arguments (left, right) like any sane comparison function.  no need to
pass in the db object as an argument.
Modules/_bsddb.c