-
Jim Fulton authored
iterator implementations should just raise StopIteration, which means they can now be implemented as generators.
5da866f4
iterator implementations should just raise StopIteration, which means they can now be implemented as generators.