Experimental BerkeleyDB 2.9.1 release

A.M. Kuchling akuchlin@mems-exchange.org
Wed, 30 Aug 2000 09:14:54 -0400


I've released another version of the experimental new BerkeleyDB
module.  The code can be downloaded from
<URL:ftp://starship.python.net/pub/crew/amk/new/>.

Change log for version 2.9.1:
        * Fixed core dumps on attempting to re-open a database object
        * Fixed emulation of old bsddb module functions
        * Make module compatible with Python 1.5.2
        * Makefile.pre.in fix for Python 1.5.2
        * Added test suite (test/testdb.py) from Stefane Fermigier.
          Requires PyUnit (pyunit.sourceforge.net).

--amk