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 rhettinger
Recipients barry, ncoghlan, rhettinger, zero.piraeus
Date 2013-10-16.07:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381908320.82.0.963994593582.issue19266@psf.upfronthosting.co.za>
In-reply-to
Content
After more thought, I think that suppress() isn't as clear as ignore() and it doesn't read as well in typical use cases.  I'm assigning this one back to Nick to decide.

If you want to scan existing code for examples to see how well this would read, run this:

    $ egrep -C2 "except( [A-Za-z]+)?:" *py  | grep -C2 "pass"
History
Date User Action Args
2013-10-16 07:25:20rhettingersetrecipients: + rhettinger, barry, ncoghlan, zero.piraeus
2013-10-16 07:25:20rhettingersetmessageid: <1381908320.82.0.963994593582.issue19266@psf.upfronthosting.co.za>
2013-10-16 07:25:20rhettingerlinkissue19266 messages
2013-10-16 07:25:20rhettingercreate