Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

I don't think that we need to change something with the current behavior.

It exists for years; very many Python exceptions return an empty string on 
`str(exc)` but return something useful on `repr(exc)`.

If you arguing to change the behavior -- all such exceptions should be changed, 
not CancelledError only.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45671>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to