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 terry.reedy
Recipients Michael Crouch, docs@python, eryksun, georg.brandl, r.david.murray, terry.reedy
Date 2015-10-26.00:52:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445820751.91.0.358306247853.issue25432@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps add after third sentence (ending with "not accepted)."), "If classinfo is a tuple, isinstance(x, classinfo) is the same as any(isinstance(x, C) for C in flatten(classinfo))".
History
Date User Action Args
2015-10-26 00:52:32terry.reedysetrecipients: + terry.reedy, georg.brandl, r.david.murray, docs@python, eryksun, Michael Crouch
2015-10-26 00:52:31terry.reedysetmessageid: <1445820751.91.0.358306247853.issue25432@psf.upfronthosting.co.za>
2015-10-26 00:52:31terry.reedylinkissue25432 messages
2015-10-26 00:52:31terry.reedycreate