[Python-Dev] PEP 463: Exception-catching expressions
Nick Coghlan
ncoghlan at gmail.com
Fri Feb 21 15:46:45 CET 2014
More information about the Python-Dev mailing list
Fri Feb 21 15:46:45 CET 2014
- Previous message: [Python-Dev] PEP 463: Exception-catching expressions
- Next message: [Python-Dev] PEP 463: Exception-catching expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 22 February 2014 00:37, Eli Bendersky <eliben at gmail.com> wrote: > This goes against anything I understand about how exceptions should and > should not be used. I think you're thinking of a language that isn't Python - we use exceptions for control flow all over the place (it's how hasattr() is *defined*, for example). Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] PEP 463: Exception-catching expressions
- Next message: [Python-Dev] PEP 463: Exception-catching expressions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list