Andrey Tatarinov <elephantum at dezcom.mephi.ru> 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.