> An exception will walk up the stack, calling any cleaning-up code that needs
> to be done (removing object references, executing finally: blocks, exiting
> context managers properly. It won't break anything. Don't be afraid of
> Python's high-level features!

Okay, I believe you (and the rest of the gang. In my trivial program
the exception in working ... so I'll leave it alone.

Thanks.

> - Thomas

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to