Improve the options handling in the streaming.Stream class, so that false values...
authorRobin Houston <robin.houston@gmail.com>
Sat, 5 Mar 2011 15:41:16 +0000 (15:41 +0000)
committerRobin Houston <robin.houston@gmail.com>
Sat, 5 Mar 2011 15:41:16 +0000 (15:41 +0000)
commit2ff2c641979a1a0d2fc62f5becfc9370f250d45c
tree343508ee9f268f8d2af9fa36a993d0015d0078b8
parentfcaff746e3f9cba81b065c09885abd34f0f29b83
Improve the options handling in the streaming.Stream class, so that false values can be used. (In particular I want to be able to pass timeout=None, but one might also reasonably want to pass zero for some of the other options.)
tweepy/streaming.py