]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 8 Apr 2006 07:34:08 +0000 (07:34 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 8 Apr 2006 07:34:08 +0000 (07:34 +0000)
commit44c2fd34b17a4cef3189fca09e5c190fdc0a6688
treedc91d980d2214dbe14e1bf9d77fe29fa20e07713
parent0ab63d8e4a4a4c100d0dcae8b23ef856188af6ea
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
(backport of trunk commit 43729)
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_pickle.py [new file with mode: 0644]
Misc/NEWS
Modules/_bsddb.c