Vote on PEP 308: Ternary Operator

Tim Peters tim.one at comcast.net
Sun Mar 2 14:12:49 EST 2003


[Martijn Faassen]
> ...
> Should I really need to figure out which of the options I
> dislike *least* and then give examples of them? And then reject them?
> Why do I need to put in all that effort when I just don't want
> any of them?

You could, e.g., vote for these:

E.  C ? x ! y
F.  cond(C, x, y)
O.  <if C then x else y>

IOW, vote for ones you know Guido wouldn't accept on his most feverish day.
If everyone who wants no change did that, and there are a lot of them, Guido
will conclude that the community is hopeless and give up in disgust <0.9
wink>.






More information about the Python-list mailing list