[Python-Dev] bsddb3 imported (original) (raw)

Barry A. Warsaw barry@python.org
Tue, 19 Nov 2002 09:06:48 -0500


"MvL" == Martin v Loewis <martin@v.loewis.de> writes:

MvL> I have now imported bsddb3 3.4.0.

Awesome! I'll try to do some testing today. BTW, IIRC we might need to grab the cvs version of _db.c from pybsddb because there were some bugs in the released 3.4.0 version.

MvL> Barry wants the test suite to be incorporated also, this will
MvL> happen after we decide on the specifics.

The pybsddb test suite is too thorough to just throw away. I was thinking we'd incorporate it, but run it only with a regrtest -u option.

Way to go Martin! -Barry