Steven D'Aprano <[EMAIL PROTECTED]> wrote:

> > Calling a generator, such as this next method, returns an iterator
> > object; calling it repeatedly returns many such iterator objects, and
> > never raises StopIteration, thus obviously producing an unending loop.
> 
> Thank you for that answer Alex, even though I didn't ask the question I
> was wondering the same thing myself.

You're welcome -- refreshing to see somebody who can actually understand
and accept the answer, rather than going on unrelated tangents when one
tries to help them:-).


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

Reply via email to