Jim Gallacher wrote:
Nick wrote:
Jim Gallacher wrote:
Using bsddb3 would introduce new dependency for mod_python, so I
don't know if it's a good idea to use transaction handling by default
for DbmSession. Maybe we could offer a subclass?
Starting with Python 2.3 this module is included in the standard
python distribution as its bsddb module.
Are you sure? The docs on python.org indicate otherwise. It would be
sweet if bsddb3 was the std module.
Jim
Directly from the Python module documentation:
"Starting with Python 2.3 the bsddb module requires the Berkeley DB
library version 3.2 or later (it is known to work with 3.2 through 4.3
at the time of this writing)."
Nidk