Message 200092 - Python tracker (original) (raw)
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.