[issue10011] `except` doesn't use `isinstance`
Benjamin Peterson
report at bugs.python.org
Sat Oct 2 20:03:47 CEST 2010
Benjamin Peterson <benjamin at python.org> added the comment:
It matters when exceptions are expected or are a normal part of control flow. For example StopIteration.
----------
nosy: +benjamin.peterson
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10011>
_______________________________________
More information about the Python-bugs-list
mailing list