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 remi.lapeyre
Recipients Ilya Kamenshchikov, remi.lapeyre
Date 2020-08-06.16:01:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596729707.47.0.48935010012.issue41478@roundup.psfhosted.org>
In-reply-to
Content
> That's a solution, except you must know ahead of time this issue exists.

If we changed str(e) to make it the same as repr(e), there would be no way to get only the message. str(e) returns the message so if the message given was empty (or no message was given) you get an empty string. This cannot be changed without breaking a lot of code.
History
Date User Action Args
2020-08-06 16:01:47remi.lapeyresetrecipients: + remi.lapeyre, Ilya Kamenshchikov
2020-08-06 16:01:47remi.lapeyresetmessageid: <1596729707.47.0.48935010012.issue41478@roundup.psfhosted.org>
2020-08-06 16:01:47remi.lapeyrelinkissue41478 messages
2020-08-06 16:01:47remi.lapeyrecreate