Is this PEP-able? fwhile

Ian Kelly ian.g.kelly at gmail.com
Mon Jun 24 16:19:36 EDT 2013


On Mon, Jun 24, 2013 at 1:52 PM,  <jimjhb at 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?



More information about the Python-list mailing list