break in a module

Ian Kelly ian.g.kelly at gmail.com
Fri Jun 17 00:53:26 EDT 2011


On Thu, Jun 16, 2011 at 10:21 PM, Erik Max Francis <max at 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.



More information about the Python-list mailing list