[Python-ideas] Consistent programming error handling idiom

Ethan Furman ethan at stoneleaf.us
Fri Apr 8 17:00:13 EDT 2016


On 04/08/2016 01:50 PM, Rian Hunter wrote:

> I think bare except is different from "except Exception" which is common
> and not discouraged. "except Exception" still masks programming errors.

And comes with the advice to "log it, research it".

--
~Ethan~



More information about the Python-ideas mailing list