On Tue, 2005-09-20 at 17:40, Guido van Rossum wrote:

> Ouch. You're bringing up another valid issue: whether to support
> "elif". I think if we go with (if ... then ... else ...) or (if ...:
> ... else: ...) we'll have to support elif as well:

I'm not so sure.  Once you start writing such a complicated thing, I
think readability will favor just breaking the code out into traditional
if-blocks.  I'd be happy enough with just a binary condition.

-Barry

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to