summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2006-04-08 07:10:51 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2006-04-08 07:10:51 (GMT)
commit7f5b6f4b33195ce9848bf396bbb52dab8d524587 (patch)
tree1b4a29794ce9dfc7eb52f3daf26c45e0efd81a3f /Misc
parent795246cf9937f088f8d98253f38da4a093c08300 (diff)
downloadcpython-7f5b6f4b33195ce9848bf396bbb52dab8d524587.zip
cpython-7f5b6f4b33195ce9848bf396bbb52dab8d524587.tar.gz
cpython-7f5b6f4b33195ce9848bf396bbb52dab8d524587.tar.bz2
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).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bfac78c..266b6c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and builtins
Extension Modules
-----------------
+- Fix bsddb.db.DBError derived exceptions so they can be unpickled.
+
Library
-------