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 ncoghlan
Recipients adaptivelogic, eric.snow, gvanrossum, ncoghlan, pitrou, rhettinger, vstinner, yselivanov
Date 2014-11-27.02:47:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417056470.66.0.199085476172.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-11-27 02:47:50ncoghlansetrecipients: + ncoghlan, gvanrossum, rhettinger, pitrou, vstinner, eric.snow, yselivanov, adaptivelogic
2014-11-27 02:47:50ncoghlansetmessageid: <1417056470.66.0.199085476172.issue17911@psf.upfronthosting.co.za>
2014-11-27 02:47:50ncoghlanlinkissue17911 messages
2014-11-27 02:47:50ncoghlancreate