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 eric.araujo
Recipients eric.araujo, eric.snow, ezio.melotti, gvanrossum, martin.panter, pitrou, rbcollins, serhiy.storchaka, veky, vstinner
Date 2017-09-16.02:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505528917.48.0.409421949504.issue13224@psf.upfronthosting.co.za>
In-reply-to
Content
I converted my patch to a PR.

One use case mentioned on python-ideas was for reprs of PEP 384 types; need to hunt down where typing could benefit from the new str(class).

The quote in my first message mentions printing err.__class__ rather than err.__class__.__name__; see if tutorial or logging or other docs could be made short and sweet with this change.

Finally, I don’t remember why I changed functions and modules when the two original use cases were only for classes.
History
Date User Action Args
2017-09-16 02:28:37eric.araujosetrecipients: + eric.araujo, gvanrossum, pitrou, vstinner, rbcollins, ezio.melotti, eric.snow, martin.panter, serhiy.storchaka, veky
2017-09-16 02:28:37eric.araujosetmessageid: <1505528917.48.0.409421949504.issue13224@psf.upfronthosting.co.za>
2017-09-16 02:28:37eric.araujolinkissue13224 messages
2017-09-16 02:28:36eric.araujocreate