Rémi Lapeyre <[email protected]> added the comment: > 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. ---------- versions: +Python 3.10, Python 3.9 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41478> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
