True, I'd forgotten about this completely. If you have a main loop
which dispatches calls to functions then you can handle the exception
in the function call, optionally poke at with a debugger and then
continue on with the main loop (having let that individual call fail).
There's a certain level of complexity which can creep in for a
decreasing amount of payoff though :)

For maximum hairiness and fun I'd recommend looking at embedding a
command loop which you can telnet into. Much more fun (look at
twisted's manhole for an example).

mick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Python Ireland" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ie/group/pythonireland?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to