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 Luc Saffre
Recipients Luc Saffre, docs@python
Date 2015-06-26.09:49:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435312150.5.0.444169583356.issue24515@psf.upfronthosting.co.za>
In-reply-to
Content
The docstring of built-in function 'isinstance' should explain that if the classinfo is a tuple, the object must be instance of *any* (not *all*) of the class objects.
History
Date User Action Args
2015-06-26 09:49:10Luc Saffresetrecipients: + Luc Saffre, docs@python
2015-06-26 09:49:10Luc Saffresetmessageid: <1435312150.5.0.444169583356.issue24515@psf.upfronthosting.co.za>
2015-06-26 09:49:10Luc Saffrelinkissue24515 messages
2015-06-26 09:49:10Luc Saffrecreate