On Mon, 5 Mar 2007 python at rcn.com 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