Hi!
On Fri, Sep 23, 2011 at 11:12:53AM -0400, Martin Goudreau wrote:
Please check a very small module i'v made for improving the debugger traceback. See the pybettererror.py on sourceforge: http://pybettererror.sourceforge.net/projet.html
Why do this in sys.stderr and not by monkey-patching traceback.py, probably format_list and format_exception_only?
Oleg.