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 veky
Recipients docs@python, itsvs, rhettinger, veky
Date 2022-03-14.08:28:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647246500.77.0.764036363435.issue47007@roundup.psfhosted.org>
In-reply-to
Content
You mean `type(object).__str__(object)` instead of `type(object).__str__()`, obviously.
History
Date User Action Args
2022-03-14 08:28:20vekysetrecipients: + veky, rhettinger, docs@python, itsvs
2022-03-14 08:28:20vekysetmessageid: <1647246500.77.0.764036363435.issue47007@roundup.psfhosted.org>
2022-03-14 08:28:20vekylinkissue47007 messages
2022-03-14 08:28:20vekycreate