at wrote:
> By the way,
>
> I think by approving
>
> a = b if condition else c
>
> used to avloind
>
> if condition:
>         a = b
> else:
>         a = c
>
> which is dealing with same psychological problem, Guido also recognizes some
> need...

If you think that this change was made for "psychological" reasons, you
are terribly deluded.


Carl Banks

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to