Re: Traceback Questions

2005-08-21 Thread ncf
Thanks man, I'll definately take a look into this and hopefully port it over and publish it. Have a GREAT day -Wes -- http://mail.python.org/mailman/listinfo/python-list

Re: Traceback Questions

2005-08-19 Thread Fernando Perez
ncf wrote: > I'm just beginning with tracebacks, building off of what I see in > asyncore's compact_traceback code, in order to hopefully store all the > values from the location in which the exception occured. > > I'm actually trying to make this into a python bug report system for my > current

Traceback Questions

2005-08-18 Thread ncf
I'm just beginning with tracebacks, building off of what I see in asyncore's compact_traceback code, in order to hopefully store all the values from the location in which the exception occured. I'm actually trying to make this into a python bug report system for my current project, and am seeking