summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2006-06-08 05:17:08 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2006-06-08 05:17:08 (GMT)
commitff7d991a07f21a0a368f422efcf17b27c363e1d2 (patch)
tree9f15b111cfd63570ee034fa0842151795afe556f /Misc
parentf0cab1f6e2037ce6543c6de0cb66e5f7401a4f7b (diff)
downloadcpython-ff7d991a07f21a0a368f422efcf17b27c363e1d2.zip
cpython-ff7d991a07f21a0a368f422efcf17b27c363e1d2.tar.gz
cpython-ff7d991a07f21a0a368f422efcf17b27c363e1d2.tar.bz2
- bsddb: the bsddb.dbtables Modify method now raises the proper error and
aborts the db transaction safely when a modifier callback fails. Fixes SF python patch/bug #1408584. Also cleans up the bsddb.dbtables docstrings since thats the only documentation that exists for that unadvertised module. (people really should really just use sqlite3)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ec7570e..370a18e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -119,6 +119,10 @@ Extension Modules
results. It could previously incorrectly return 0 in some cases.
Fixes SF bug 1493322 (pybsddb bug 1184012).
+- bsddb: the bsddb.dbtables Modify method now raises the proper error and
+ aborts the db transaction safely when a modifier callback fails.
+ Fixes SF python patch/bug #1408584.
+
Library
-------