commit | ff7d991a07f21a0a368f422efcf17b27c363e1d2 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Thu Jun 08 05:17:08 2006 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Thu Jun 08 05:17:08 2006 +0000 |
tree | 9f15b111cfd63570ee034fa0842151795afe556f | |
parent | f0cab1f6e2037ce6543c6de0cb66e5f7401a4f7b [diff] |
- 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)