Rustom Mody asked:
> [...] why does
> 
> (yield(x) for x in si(l) if x % p != 0)
> 
> not work? I would have expected generator expression to play better
> with generators.

You have a statement, "yield(x)", where the construct requires
an expression.


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

Reply via email to