Added a use_cache flag to calls. Default is true.
authorrogelio <rogelio@rsrv.(none)>
Wed, 15 Jun 2011 19:23:11 +0000 (14:23 -0500)
committerJoshua Roesslein <jroesslein@gmail.com>
Sat, 1 Oct 2011 05:13:41 +0000 (00:13 -0500)
commit290b24e814cb1058537a162697d079cdc876212d
treeda4912dd7f0a8bd50d1867457f4772c382ae6826
parent33920f9f0d3acc2f7b7e4f02e42741f625f2a4a8
Added a use_cache flag to calls. Default is true.

This is to avoid caching calls like rate_limit_status which shouldn't ever be cached.

Binder was modified to only cache when the flag is true.
tests.py
tweepy/api.py
tweepy/binder.py