Pop return from stack?
bvdp
bob at mellowood.ca
Sun Aug 15 00:36:29 EDT 2010
> 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
More information about the Python-list
mailing list