On Thu, 23 Sep 2010 01:49:44 +0000, Seebs wrote:

> But I do think it's unfair to dismiss it as purely a matter of baby duck
> syndrome.  Consistency in ordering of corresponding idioms seems a
> reasonable goal.

I don't see anyone bitching about:

for x in seq:
    if x:
        f(x)

vs 

[f(x) for x in seq if x]



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

Reply via email to