]> jfr.im git - z_archive/twitter.git/commitdiff
Merge pull request #106 from edavis/add-timeout-to-stream
authorMike Verdone <redacted>
Tue, 11 Dec 2012 14:02:56 +0000 (06:02 -0800)
committerMike Verdone <redacted>
Tue, 11 Dec 2012 14:02:56 +0000 (06:02 -0800)
stream: Include _timeout parameter in _handle_response
In a5aab11 (and renamed in 8fd7289d), \_handle_response began receiving
a \_timeout parameter when invoked via TwitterCall.__call__.

The _handle_response method in api.py was updated to reflect this, but
not the two (TwitterStreamCall, TwitterStreamCallNonBlocking) in
stream.py.

This commit adds _timeout to the two streaming classes to accommodate
the changes.


Trivial merge