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