[issue3929] Incorrect exception raising in dbm.open on non-existing DB

Amaury Forgeot d'Arc report at bugs.python.org
Fri Sep 26 00:29:21 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Did you know that...
with python 2.x, "raise (x,y,z)" is equivalent to "raise x"!
I could not find this in the documentation.

Committed the patch to py3k as r66622.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3929>
_______________________________________


More information about the Python-bugs-list mailing list