[Python-ideas] For/in/as syntax

Chris Angelico rosuav at gmail.com
Fri Mar 3 13:52:39 EST 2017


On Sat, Mar 4, 2017 at 5:50 AM, Matthias Bussonnier
<bussonniermatthias at gmail.com> wrote:
> Thanks, I think it does make sens, I'm going to guess,
> outerloop.brk(inners=True) might also be helpful if you have more
> inners loops. I think that implicitely breaking inner ones might
> not always be the right thing to do so having a way to not break
> inner ones does make sens.
>

*scratches head* How do you break an outer loop without breaking the
inner loop? What happens?

ChrisA


More information about the Python-ideas mailing list