commit | b5cf301b8e7e23ed5fddc369d24c856e48e9b27b | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Sep 25 22:27:43 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Sep 25 22:27:43 2008 +0000 |
tree | c9a7a91316d8e4a575ac8f380461954d9925b1dc | |
parent | 7de5f2997266befa489af273f35703f3828dca24 [diff] |
#3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0. Reviewed by Georg Brandl.