On 9/30/05, Reinhold Birkenfeld <[EMAIL PROTECTED]> wrote: > after Guido's pronouncement yesterday, in one of the next versions of Python > there will be a conditional expression with the following syntax: > X if C else Y
I don't understand why there is a new expression, if this could be accomplished with: if C: X else: Y What is the advantage with the new expression? -- <a href="http://www.spreadfirefox.com/?q=affiliates&id=24672&t=1">La web sin popups ni spyware: Usa Firefox en lugar de Internet Explorer</a> -- http://mail.python.org/mailman/listinfo/python-list