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


Groups > comp.lang.python > #49085

Re: Is this PEP-able? fwhile

References <8D03F2B8CF0E7BE-1864-1796B@webmail-m103.sysops.aol.com> <CAA=1kxR65wqgQWQJaLvP2yx_XacEMsHiFs40rPW1UbFXYpnytA@mail.gmail.com> <CALwzidnADsCdNmfFsLChVq7bt9G87Rsr1DsD1M-jNmzqQ2Z0eA@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2013-06-24 15:02 -0600
Subject Re: Is this PEP-able? fwhile
Newsgroups comp.lang.python
Message-ID <mailman.3770.1372107820.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Jun 24, 2013 at 3:01 PM, Ian Kelly <ian.g.kelly@gmail.com> wrote:
> On Mon, Jun 24, 2013 at 2:34 PM, Fábio Santos <fabiosantosart@gmail.com> wrote:
>> This can probably be best achieved by adding to the existing for loop,
>> so maybe taking advantage of the existing for...if syntax and adding
>> for...while would be a better idea?
>
> The for...if syntax only exists for comprehensions and generators.  If
> we're going to add for...while for loops, then we might as well go
> ahead and add for...if loops there as well.

Which of course brings us to the for...if...while loop.  Or should it
be for...while...if?  Or do we allow both, and if so, are the
semantics the same or different?

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


Thread

Re: Is this PEP-able? fwhile Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-24 15:02 -0600

csiph-web