Andrey Tatarinov <[EMAIL PROTECTED]> writes:
> anyway list comprehensions are just syntaxic sugar for
>  >>> for var in list:
>  >>>     smth = ...
>  >>>     res.append(smth)
> 
> (is that correct?)

I would expect lc's to work more like map does.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to