Proposed PEP for a Conditional Expression

Alex Martelli aleax at aleax.it
Thu Sep 13 12:23:34 EDT 2001


"Erik Max Francis" <max at alcyone.com> wrote in message
news:3BA0CE45.6084487 at alcyone.com...
    ...
> How does that contradict what I said?  What I said was completely
> accurate.  Each statement contains at least one semicolon.

Does it?  What about, e.g:

void loopalot(foobar) {
    while(foobar()) {}
}

Isn't this function's body a valid ISO C statement, and where
is the "at least one" semicolon it contains?


Alex






More information about the Python-list mailing list