Alex Martelli wrote:

> I think I'll scream, though not quite as loud as for my next seeing:
>
> map(lambda x: f(x), ...
>
> instead of
>
> map(f, ...

note that if you replace "map" with "some function that takes a callable", the 
difference
between these two constructs may be crucially important.

</F> 



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

Reply via email to