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 Eugene Viktorov, SilentGhost, eryksun, martin.panter, terry.reedy, vstinner
Date 2016-02-20.03:05:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb6qXPf8DJdmeiis3T4CdFLWsNoXF=syAn+F5bLvdn7_Q@mail.gmail.com>
In-reply-to <1455936026.36.0.474182843215.issue26385@psf.upfronthosting.co.za>
Content
I prefer "except:" over "except BaseException:". What is the benefit
of passing explicitly BaseException?
History
Date User Action Args
2016-02-20 03:05:18vstinnersetrecipients: + vstinner, terry.reedy, SilentGhost, martin.panter, eryksun, Eugene Viktorov
2016-02-20 03:05:17vstinnerlinkissue26385 messages
2016-02-20 03:05:17vstinnercreate