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


Groups > comp.lang.python > #49102 > unrolled thread

Re: Is this PEP-able? fwhile

Started byFábio Santos <fabiosantosart@gmail.com>
First post2013-06-25 00:06 +0100
Last post2013-06-25 00:06 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Is this PEP-able? fwhile Fábio Santos <fabiosantosart@gmail.com> - 2013-06-25 00:06 +0100

#49102 — Re: Is this PEP-able? fwhile

FromFábio Santos <fabiosantosart@gmail.com>
Date2013-06-25 00:06 +0100
SubjectRe: Is this PEP-able? fwhile
Message-ID<mailman.3783.1372115209.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On 25 Jun 2013 00:04, "MRAB" <python@mrabarnett.plus.com> wrote:
>
> On 24/06/2013 23:35, Chris Angelico wrote:
>>
>> On Tue, Jun 25, 2013 at 8:30 AM, Tim Chase
>> <python.list@tim.thechases.com> 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
>>
>>
>> True. There are times I do wish for a 'goto'. But if goto were
>> implemented, I would also use it for jumping _into_ loops, and I'm not
>> sure that's going to make the feature popular :)
>>
> I think a better way would be to label the outer loop somehow and then
> break out of it by name.

I like how discussions on this list tend to go off topic ;)

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web