]> granicus.if.org Git - python/commit
Everything worked in both the distutils distro and in Python 2.3cvs,
authorBarry Warsaw <barry@python.org>
Tue, 28 Jan 2003 17:20:44 +0000 (17:20 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 28 Jan 2003 17:20:44 +0000 (17:20 +0000)
commitf71de3e9a017d698be8ee4db3e2ec5fbc68bfc8c
treeb31170225a2c763246014d72e4d5db8b31fc5354
parenta6ae9a2128a85301ded9381c181539720ce82ca0
Everything worked in both the distutils distro and in Python 2.3cvs,
so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
18 files changed:
Lib/bsddb/__init__.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_compat.py
Lib/bsddb/test/test_dbobj.py
Lib/bsddb/test/test_dbshelve.py
Lib/bsddb/test/test_dbtables.py
Lib/bsddb/test/test_env_close.py
Lib/bsddb/test/test_get_none.py
Lib/bsddb/test/test_lock.py
Lib/bsddb/test/test_misc.py
Lib/bsddb/test/test_queue.py
Lib/bsddb/test/test_recno.py
Lib/bsddb/test/test_thread.py