This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, stockbsd, vstinner
Date 2014-12-09.13:10:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418130645.03.0.431373985856.issue23016@psf.upfronthosting.co.za>
In-reply-to
Content
+  execpt:

Please never use that, but "except Exception:" instead to not catch SystemExit or KeyboardInterrupt.
History
Date User Action Args
2014-12-09 13:10:45vstinnersetrecipients: + vstinner, serhiy.storchaka, stockbsd
2014-12-09 13:10:45vstinnersetmessageid: <1418130645.03.0.431373985856.issue23016@psf.upfronthosting.co.za>
2014-12-09 13:10:45vstinnerlinkissue23016 messages
2014-12-09 13:10:45vstinnercreate