pybsddb and python 2.3

Barry A. Warsaw barry at python.org
Wed Jan 15 11:25:08 EST 2003


>>>>> "JS" == Johannes Stiehler <johannes.stiehler at fast.no> writes:

    JS> does anybody know what the long-term strategy will be for
    JS> synchronizing pybsddb and python bsddb module development?

Yes, I do. :)

    JS> Pybsddb seems to be incorporated into python now, but the
    JS> sourceforge version supports sleepycat bssdb 4.1 and the
    JS> version in python only 4.0.

Actually, everything should be sync'd up now.  Python 2.3cvs should
support BerkeleyDB 4.1 just fine.  In fact the pybsddb project on SF
is now just a distutils shell.  It actually gets its files from
Python's cvs.  (Aside: there's a glitch here that the Py2.3cvs isn't
compatible with Python 2.1, which I think we want it to be.  I'll fix
that when I can find the time.)

    JS> Will this be updated for the next release or should we all
    JS> stick to db 4.0 in order not to introduce incompatibilities
    JS> with future python releases into our code?

I'm currently using db-4.1.25 with Python 2.3cvs just fine.

-Barry





More information about the Python-list mailing list