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 eryksun
Recipients Gerrit.Holl, docs@python, eryksun, martin.panter, rhettinger
Date 2021-02-26.17:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614359770.18.0.17533606281.issue20503@roundup.psfhosted.org>
In-reply-to
Content
The docs still need to clarified that isinstance(obj, type) is a necessary but not sufficient condition for success. It would also be helpful if the error message were less confusing in the case of registered subclasses such as numbers.Number.
History
Date User Action Args
2021-02-26 17:16:10eryksunsetrecipients: + eryksun, rhettinger, docs@python, Gerrit.Holl, martin.panter
2021-02-26 17:16:10eryksunsetmessageid: <1614359770.18.0.17533606281.issue20503@roundup.psfhosted.org>
2021-02-26 17:16:10eryksunlinkissue20503 messages
2021-02-26 17:16:10eryksuncreate