Lawrence D'Oliveiro wrote:
In message <[email protected]>, Nobody wrote:If I'm catching exceptions in order to perform clean-up, I'll use a bare except and re-raise the exception afterwards. In that situation, a bare except is usually the right thing to do.Wrong way to do it.
What, then, is the right way to do it? ~Ethan~ -- http://mail.python.org/mailman/listinfo/python-list
