Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #49100

Re: Is this PEP-able? fwhile

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Is this PEP-able? fwhile
Date 2013-06-24 23:49 +0100
References <8D03F2B8CF0E7BE-1864-1796B@webmail-m103.sysops.aol.com> <CAPTjJmrwNyF2-J8F3ii8W4WpkrNC67+i88ODLyiqHGa_7bz0Xg@mail.gmail.com> <20130624173050.5e16debf@bigbox.christie.dr>
Newsgroups comp.lang.python
Message-ID <mailman.3781.1372114142.3114.python-list@python.org> (permalink)

Show all headers | View raw


On 24/06/2013 23:30, Tim Chase wrote:
> On 2013-06-25 07:38, Chris Angelico wrote:
>> Python has no issues with breaking out of loops, and even has
>> syntax specifically to complement it (the 'else:' clause). Use
>> break/continue when appropriate.
>
> from minor_gripes import breaking_out_of_nested_loops_to_top_level
>
> -tkc
>
>

Doesn't the goto module http://entrian.com/goto/ fix this? :)

-- 
"Steve is going for the pink ball - and for those of you who are 
watching in black and white, the pink is next to the green." Snooker 
commentator 'Whispering' Ted Lowe.

Mark Lawrence

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Is this PEP-able? fwhile Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-24 23:49 +0100

csiph-web