> Does the generator expression have its own little namespace or so ?

Yes, generators create a new scope:

http://docs.python.org/reference/expressions.html#grammar-token-generator_expression

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

Reply via email to