]> granicus.if.org Git - python/commit
bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 1 Oct 2003 06:48:51 +0000 (06:48 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 1 Oct 2003 06:48:51 +0000 (06:48 +0000)
commitbe0db8b125951adb475fc388de9aebabcabbf6e3
treedbfbc01617f45a987f58a809d9784ed8974c8cd7
parentefb3a161c3636c121261c4334ce151ef5d51418e
bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length
of the current value without reading the value itself.
Lib/bsddb/test/test_basics.py
Modules/_bsddb.c