Re: handy stacktrace class

2004-12-12 Thread will . ware
Oh. Never mind, then. -- http://mail.python.org/mailman/listinfo/python-list

Re: handy stacktrace class

2004-12-12 Thread Fredrik Lundh
Will Ware wrote: >I was fooling with some Python code, and starting to miss the > Exception.printStackTrace() feature in Java. traceback.print_exc() -- http://mail.python.org/mailman/listinfo/python-list