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. -- http://mail.python.org/mailman/listinfo/python-list
