Limit retries to 500,502,503 errors by default. Developer can also supply what status...
authorJosh Roesslein <jroesslein@gmail.com>
Tue, 13 Oct 2009 23:02:48 +0000 (18:02 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Tue, 13 Oct 2009 23:02:48 +0000 (18:02 -0500)
commitc7837b0e8b752402eeaa879e7e757b16083b363c
tree127cfa6ee9094c0463a10b9b6f0c0570a3aa87b8
parentb768e76c2f9dbb4ac5c8d0e4ef62872e2900f629
Limit retries to 500,502,503 errors by default. Developer can also supply what status codes to retry on.
tweepy/api.py
tweepy/binder.py