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 r.david.murray
Recipients barry, belopolsky, ncoghlan, r.david.murray, rhettinger, skrah, vstinner, zero.piraeus
Date 2013-10-16.22:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381964111.56.0.591532090312.issue19266@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, in this context ingnore, suppress, and silence all have essentially the same problem, or lack of it, depending on your point of view.

Catch would be fine with me :)

Please note that someone *reading the thread* on python-dev misunderstood what ignore did after *reading the documentation*.  So, whether or not the name is changed, the documentation should be updated to stress the fact that the with block is exited as soon as the exception is raised for the first time.
History
Date User Action Args
2013-10-16 22:55:11r.david.murraysetrecipients: + r.david.murray, barry, rhettinger, ncoghlan, belopolsky, vstinner, skrah, zero.piraeus
2013-10-16 22:55:11r.david.murraysetmessageid: <1381964111.56.0.591532090312.issue19266@psf.upfronthosting.co.za>
2013-10-16 22:55:11r.david.murraylinkissue19266 messages
2013-10-16 22:55:11r.david.murraycreate