Steve Holden  <[EMAIL PROTECTED]> wrote:
>> x = y if C : else z
>> 
>
>Currently scheduled for next (2.5) release, but not yet implemented.

This still makes me barf.  Has Python jumped the shark?

It looks marginally better if you write it as:

x = (y if C else z)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to