On 22 February 2014 00:37, Eli Bendersky <eliben@gmail.com> wrote:I think you're thinking of a language that isn't Python - we use
> This goes against anything I understand about how exceptions should and
> should not be used.
exceptions for control flow all over the place (it's how hasattr() is
*defined*, for example).