Daniel wrote: > On Fri, 13 Jul 2007 08:51:25 +0300, Gabriel Genellina > <gagsl-py2 at yahoo.com.ar> wrote: > >> Note that every time you see [x for x in ...] with no condition, you >> can write list(...) instead - more clear, and faster. > > Faster? No. List Comprehensions are faster. Why do you think that? -- Michael Hoffman