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


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

Re: Is this PEP-able? fwhile

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2013-06-24 14:19 -0600
Last post2013-06-24 14:19 -0600
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 Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-24 14:19 -0600

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

FromIan Kelly <ian.g.kelly@gmail.com>
Date2013-06-24 14:19 -0600
SubjectRe: Is this PEP-able? fwhile
Message-ID<mailman.3761.1372105220.3114.python-list@python.org>
On Mon, Jun 24, 2013 at 1:52 PM,  <jimjhb@aol.com> wrote:
> Syntax:
>
> fwhile X in ListY and conditionZ:

Also, this syntax is ambiguous.  Take for example the statement:

fwhile X in ListA and ListB and ListC and ListD:

At which "and" does the iterable expression stop and the condition
expression begin?

[toc] | [standalone]


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


csiph-web