Nick Coghlan added the comment:

Belatedly looking at this again: one thing I noticed is that the summary 
currently loses info if __cause__ is set.

It would be better to follow the PEP 409/415 model and report the 
"__suppress_context__" flag as part of the summary, rather than dropping the 
context information.

That allows the decision on whether or not to show the context information to 
be deferred to display time, rather than discarding it eagerly.

----------

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

Reply via email to