]> granicus.if.org Git - python/commit
bsddb module updated to version 4.7.2devel9.
authorJesus Cea <jcea@jcea.es>
Wed, 23 Jul 2008 11:38:42 +0000 (11:38 +0000)
committerJesus Cea <jcea@jcea.es>
Wed, 23 Jul 2008 11:38:42 +0000 (11:38 +0000)
commitc5a11fabdb03d032f278f86e600bcdaafdb5d783
treee7db234112c7ac06aebe9c1e7833b0dd4168c664
parent30e208d525cd472446feb91b774cf472e7122918
bsddb module updated to version 4.7.2devel9.

This patch publishes the work done until now
for Python 3.0 compatibility. Still a lot
to be done.

When possible, we use 3.0 features in Python 2.6,
easing development and testing, and exposing internal
changes to a wider audience, for better test coverage.

Some mode details:
http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.2
16 files changed:
Lib/bsddb/__init__.py
Lib/bsddb/db.py
Lib/bsddb/dbobj.py
Lib/bsddb/dbshelve.py
Lib/bsddb/dbtables.py
Lib/bsddb/dbutils.py
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_associate.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_compare.py
Lib/bsddb/test/test_lock.py
Lib/bsddb/test/test_misc.py
Lib/bsddb/test/test_replication.py
Lib/bsddb/test/test_thread.py
Modules/_bsddb.c
Modules/bsddb.h