This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thread13
Recipients benjamin.peterson, thread13
Date 2012-04-26.04:05:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335413122.48.0.892727928586.issue14671@psf.upfronthosting.co.za>
In-reply-to
Content
>>> help(isinstance)

isinstance(...)
    isinstance(object, class-or-type-or-tuple) -> bool
    
    Return whether an object is an instance of a class or of a subclass thereof.
    (...)

So are the old-style class instances descendants of the object?

I feel like I am missing something (except for the fact that you have closed the bug).
History
Date User Action Args
2012-04-26 04:05:22thread13setrecipients: + thread13, benjamin.peterson
2012-04-26 04:05:22thread13setmessageid: <1335413122.48.0.892727928586.issue14671@psf.upfronthosting.co.za>
2012-04-26 04:05:21thread13linkissue14671 messages
2012-04-26 04:05:21thread13create