[issue10569] abc: `issubclass([], my_abstract_type)` raises exception

Amaury Forgeot d'Arc report at bugs.python.org
Sun Nov 28 23:16:42 CET 2010


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

issubclass is for relationship between classes. Did you consider isinstance() instead?

----------

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


More information about the Python-bugs-list mailing list