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 fossilet
Recipients docs@python, fossilet
Date 2012-11-08.14:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352383480.96.0.515607744563.issue16437@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/3/library/functions.html#issubclass

"classinfo may be a tuple of class objects."

I suggest make it clear like isinstance, use something like this:

classinfo may be a tuple of class objects and such tuples.
History
Date User Action Args
2012-11-08 14:04:41fossiletsetrecipients: + fossilet, docs@python
2012-11-08 14:04:40fossiletsetmessageid: <1352383480.96.0.515607744563.issue16437@psf.upfronthosting.co.za>
2012-11-08 14:04:40fossiletlinkissue16437 messages
2012-11-08 14:04:40fossiletcreate