=== Message * if it is a bare "except:": * specify an exception class to catch or reraise the exception. * if it catches a BaseException: * catch a more specific exception or reraise the exception. * if SystemExit is caught:the application as the user expects.