[issue14671] isinstance(obj, object) returns True for _old style_ class instances

Q report at bugs.python.org
Thu Apr 26 04:56:18 CEST 2012


Q <abonent at gmail.com> added the comment:

In addition:

>>> issubclass(Old, object)
False

----------

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


More information about the Python-bugs-list mailing list