Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing NO_MORE_PAGES sentinel and just making None mean no more pages.
Also renaming next_page() to update_page() on Iterator and dropping any return value from that method. Also throwing an AttributeError if the page is unset on @Property access.
- Loading branch information