Duncan Booth <[EMAIL PROTECTED]> writes:
> 1) Every time you access gen.next you create a new method-wrapper object.

Why is that?  I thought gen.next is a callable and gen.next() actually
advances the iterator.  Why shouldn't gen.next always be the same object?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to