Steve D'Aprano <[email protected]> writes: > the public API is to call the next() built-in function, and the > implementation is the __next__ dunder.
In that case it would have been nice to make next() cache the most recently generated value from the iterator. That would make lots of code simpler. -- https://mail.python.org/mailman/listinfo/python-list
