[Python-Dev] Incorporating bsddb3

Skip Montanaro skip@pobox.com
Wed, 30 Oct 2002 08:19:11 -0600


    Martin> I have changes in my sandbox to incorporate bsddb3 into Python
    Martin> proper....

    Martin> Both test_bsddb and test_anydbm continue to work unmodified.

    Martin> Is it ok to commit these changes?

I say go for it.  Better now, when it's easily backed out than later.  I use
bsddb pretty frequently, and run Python CVS on my development machine, so
I'll be able to wring it out a bit.

Skip