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 pitrou
Recipients draghuram, ethan.furman, mrabarnett, ncoghlan, pitrou, poke, rhettinger, steven.daprano
Date 2010-12-28.01:07:45
SpamBayes Score 0.01622859
Marked as misclassified No
Message-id <1293498463.4190.17.camel@localhost.localdomain>
In-reply-to <1293490434.93.0.594281730521.issue6210@psf.upfronthosting.co.za>
Content
> A person writing an exception handler should have control over what
> the user sees.

There is already support for this in the traceback module (see the
"chain" parameter to various funcs).
History
Date User Action Args
2010-12-28 01:07:47pitrousetrecipients: + pitrou, rhettinger, ncoghlan, draghuram, mrabarnett, steven.daprano, poke, ethan.furman
2010-12-28 01:07:45pitroulinkissue6210 messages
2010-12-28 01:07:45pitroucreate