[Python-ideas] Consistent programming error handling idiom
Ethan Furman
ethan at stoneleaf.us
Fri Apr 8 17:00:13 EDT 2016
More information about the Python-ideas mailing list
Fri Apr 8 17:00:13 EDT 2016
- Previous message (by thread): [Python-ideas] Consistent programming error handling idiom
- Next message (by thread): [Python-ideas] Consistent programming error handling idiom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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~
- Previous message (by thread): [Python-ideas] Consistent programming error handling idiom
- Next message (by thread): [Python-ideas] Consistent programming error handling idiom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list