Fix bsddb.db.DBError derived exceptions so they can be unpickled.
commiteb80aa3876f9a8d7068ceeab774dc3f5c29b9f60
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 8 Apr 2006 07:10:51 +0000 (8 07:10 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 8 Apr 2006 07:10:51 +0000 (8 07:10 +0000)
treec0604dcc6769f6b53f5218118fcaadfd636a69ca
parent98b7376658b7a73e0e622562e3e4dfa93500cf49
Fix bsddb.db.DBError derived exceptions so they can be unpickled.

Also adds some backwards compatibility when compiling _bsddb.c on earlier
python versions (needed for pybsddb).

git-svn-id: http://svn.python.org/projects/python/trunk@43729 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_pickle.py [new file with mode: 0644]
Misc/NEWS
Modules/_bsddb.c