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 felipevolpone
Recipients Michael Crouch, docs@python, eryksun, felipevolpone, georg.brandl, r.david.murray, terry.reedy
Date 2015-10-26.20:27:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445891249.38.0.838751261361.issue25432@psf.upfronthosting.co.za>
In-reply-to
Content
I think that the following part could replace the part of the other text that's between ###. It's more objective and easier to understand. 

classinfo may could be a tuple of type objects, or may contains others tuples that contains type objects (other sequence types are not accepted).

Return true if the object argument is an instance of the classinfo argument, or of a (direct, indirect or virtual) subclass thereof. If object is not an object of the given type, the function always returns false. ### If classinfo is not a class (type object), it may be a tuple of type objects, or may recursively contain other such tuples (other sequence types are not accepted). ### If classinfo is not a type or tuple of types and such tuples, a TypeError exception is raised.

What do you think?
History
Date User Action Args
2015-10-26 20:27:29felipevolponesetrecipients: + felipevolpone, georg.brandl, terry.reedy, r.david.murray, docs@python, eryksun, Michael Crouch
2015-10-26 20:27:29felipevolponesetmessageid: <1445891249.38.0.838751261361.issue25432@psf.upfronthosting.co.za>
2015-10-26 20:27:29felipevolponelinkissue25432 messages
2015-10-26 20:27:29felipevolponecreate