Make IdIerator work correctly (Finally!)
authorAaron Hill <aa1ronham@gmail.com>
Sat, 12 Apr 2014 21:32:05 +0000 (17:32 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sat, 12 Apr 2014 21:32:05 +0000 (17:32 -0400)
commit191687f12c765bec8b95ad42e894165b1071d537
tree2b6aac19c23d5dc73832f199e9e39e7d2d71acbe
parent3181d4fa375e745b97b5f06353fe8732ac4884ca
Make IdIerator work correctly (Finally!)

The IdIterator class now correctly requests new pages of results. It
doesn't allow going back past the first page requested by next(), as
there's no way to do this properly with Twitter's API.
tweepy/cursor.py
tweepy/models.py