On Thu, Jun 16, 2011 at 10:21 PM, Erik Max Francis <m...@alcyone.com> wrote:
> Ethan Furman wrote:
>>
>> The Context:
>>
>> "It's quite consistent on which control structures you can break out of"
>>
>> Hmmm.... Nope, nothing there to suggest you were talking about the 'break'
>> keyword.
>
> That's what I wrote, all right, but not its context.  I suspect you're just
> being difficult.

The exact context was:

"""
Some of the complex statements have keywords that let you break out of
that execution, like break and continue in loops.  Some do not.
"""

which is about the breaking keywords in general (break, continue,
return), not about break specifically.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to