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 petr.viktorin
Recipients jdemeyer, petr.viktorin, vstinner
Date 2019-09-11.15:32:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568215956.35.0.252394503702.issue37645@roundup.psfhosted.org>
In-reply-to
Content
I like PR 14890 better. I like the separation of representation for error messages (where it's clearer that this is a callable) and for __str__.

Also, changing the __str__ of functions would need much wider discussion than on issues/PRs.

I left some comments on the PR.
History
Date User Action Args
2019-09-11 15:32:36petr.viktorinsetrecipients: + petr.viktorin, vstinner, jdemeyer
2019-09-11 15:32:36petr.viktorinsetmessageid: <1568215956.35.0.252394503702.issue37645@roundup.psfhosted.org>
2019-09-11 15:32:36petr.viktorinlinkissue37645 messages
2019-09-11 15:32:36petr.viktorincreate