Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49076
| References | <8D03F2B8CF0E7BE-1864-1796B@webmail-m103.sysops.aol.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2013-06-24 14:19 -0600 |
| Subject | Re: Is this PEP-able? fwhile |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3761.1372105220.3114.python-list@python.org> (permalink) |
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?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Is this PEP-able? fwhile Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-24 14:19 -0600
csiph-web