]> granicus.if.org Git - python/commit
Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Nov 2007 02:32:26 +0000 (02:32 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Nov 2007 02:32:26 +0000 (02:32 +0000)
commitec10a4a402e5b6845b247f688fc157be45414cdd
tree99112af225bd76faa84bad94a826406bf77c7065
parent9c466baa014fa32474f338cc153caea8236a0555
Fixes bug 477182 on pybsddb.sf.net.  DB objects now load the flags and
pay attention to them when opening an existing database.  This means
that d[] behaves properly even on databases previously created with DB_DUP
or DB_DUPSORT flags to allow duplicate keys.

http://sourceforge.net/tracker/index.php?func=detail&aid=477182&group_id=13900&atid=113900

Do not backport, this bugfix could be considered an API change.
Lib/bsddb/test/test_misc.py
Misc/NEWS
Modules/_bsddb.c