]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Adds support for DB.pget and DBCursor.pget methods.
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 28 Jun 2004 04:06:49 +0000 (04:06 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 28 Jun 2004 04:06:49 +0000 (04:06 +0000)
commit19699a93513e5b011170123b0740bd9b7d714a53
tree5df1f7df1da32893c0a7f2e2d3bc49c5bf39779e
parent31c50659eaf189e2498558895272053b2f66a25e
Adds support for DB.pget and DBCursor.pget methods.

Based on a patch supplied by Ian Ward <ian@arevco.ca> on the pybsddb
mailing list 2004-03-26.
Lib/bsddb/dbobj.py
Lib/bsddb/test/test_associate.py
Modules/_bsddb.c