Ethan Furman <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue6210> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
