[issue6210] Exception Chaining missing method for suppressing context

Ethan Furman report at bugs.python.org
Tue Dec 28 02:24:19 CET 2010


Ethan Furman <ethan at stoneleaf.us> added the comment:

> There is already support for this in the traceback module (see the
> "chain" parameter to various funcs).

I'm not sure how that's going to help as I don't want my library code to be responsible for printing out exceptions, I just want them to print reasonably -- and it seems very unreasonable to have the exception I'm converting /from/ show up in the traceback.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6210>
_______________________________________


More information about the Python-bugs-list mailing list