Guido van Rossum <gu...@python.org> added the comment:

I agree it's a bug and should be fixed.  It's too confusing that there would be 
two slightly different interpretations of isinstance/issubclass where the 
isinstance() and issubclass() would be using the extended interpretation but 
the except clause would use the narrow interpretation.

The exception matching done by the except clause ought to be explainable in 
terms of issubclass/isinstance.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12029>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to