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 rhettinger
Recipients Kevin Shweh, docs@python, rhettinger, veky
Date 2021-09-07.06:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630994442.57.0.972244751421.issue45104@roundup.psfhosted.org>
In-reply-to
Content
I would be happy with just "instance of cls".  Elsewhere in the docs, that phrasing almost always means "instance of a cls or instance of a subclass of cls".  Also, it is consistent with the meaning of isinstance(inst, cls) unless overridden by ABC logic.
History
Date User Action Args
2021-09-07 06:00:42rhettingersetrecipients: + rhettinger, docs@python, veky, Kevin Shweh
2021-09-07 06:00:42rhettingersetmessageid: <1630994442.57.0.972244751421.issue45104@roundup.psfhosted.org>
2021-09-07 06:00:42rhettingerlinkissue45104 messages
2021-09-07 06:00:42rhettingercreate