Antoine Pitrou <[email protected]> added the comment: > 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). ---------- _______________________________________ 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
