]> granicus.if.org Git - python/commit
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 8 Apr 2006 07:10:51 +0000 (07:10 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 8 Apr 2006 07:10:51 +0000 (07:10 +0000)
commit7f5b6f4b33195ce9848bf396bbb52dab8d524587
tree1b4a29794ce9dfc7eb52f3daf26c45e0efd81a3f
parent795246cf9937f088f8d98253f38da4a093c08300
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).
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_pickle.py [new file with mode: 0644]
Misc/NEWS
Modules/_bsddb.c