On Mon, 5 Mar 2007 [EMAIL PROTECTED] wrote:
> And, more importantly, it is butt-ugly.

What part exactly?  Does this bother you:

    def __next__(self):
        ...

or this:

    while whatever:
        x = next(i)
        ...

They look pretty much like the rest of Python to me.


-- ?!ng
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to