"Mel Wilson" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> I guess the motivation is the case of people who would set
> up an iterator specifically to print from it.

for i in gen: print i,
print

is rather trivial and gives one the option to control formatting however.

tjr



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

Reply via email to