Updated Berkley DB interface?

Martin von Loewis loewis at informatik.hu-berlin.de
Wed Nov 15 17:15:03 EST 2000


Thomas Weholt <thomas at cintra.no> writes:

> What version of Berkley DB is supported in Python 2.0? 1.85 ?
> From http://electricrain.com/greg/python/bsddb3/ I read
> "Recent news: this module is being considered for inclusion as future
> standard part of Python! "
> 
> Any news on that one? Would it be hard to support both ( or several)
> version, like 1.85 and 3.x ?

No. AFAIR, Andrew Kuchling did some work on completing the module, and
un-swigging it. That was not really completed, and other things became
more important.

Supporting multiple bsddb versions is best done with different bsddb
modules - the system has changed significantly over time. Even
simultaneous support for 3.0 and 3.1 is difficult.

Regards,
Martin



More information about the Python-list mailing list