Fix a few bugs with the new ID cursors.
authorJoshua Roesslein <jroesslein@gmail.com>
Mon, 10 Jun 2013 05:35:06 +0000 (22:35 -0700)
committerJoshua Roesslein <jroesslein@gmail.com>
Mon, 10 Jun 2013 05:35:06 +0000 (22:35 -0700)
commit40adbd9d5ca3f1cdd9e45ba4a3fcae92f1f6d6cd
treed03a857bd4e70f13874b46223c6fbcb7d82e0517
parentedfde16ce00dbeec14b68067018ac9516bbf14b0
Fix a few bugs with the new ID cursors.

 - stop once end of collection reached (empty result).
 - don't raise ValueError if ResultSet is empty when
   trying to get max/min ID of the set (max() and min() don't
   accept empty lists)
tweepy/cursor.py
tweepy/models.py