]> granicus.if.org Git - python/commit
#3929: dbm.open() would try to raise a tuple. This does not work anymore with python...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 25 Sep 2008 22:27:43 +0000 (22:27 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 25 Sep 2008 22:27:43 +0000 (22:27 +0000)
commitb5cf301b8e7e23ed5fddc369d24c856e48e9b27b
treec9a7a91316d8e4a575ac8f380461954d9925b1dc
parent7de5f2997266befa489af273f35703f3828dca24
#3929: dbm.open() would try to raise a tuple.  This does not work anymore with python 3.0.

Reviewed by Georg Brandl.
Lib/dbm/__init__.py
Lib/test/test_dbm.py
Misc/NEWS