]> jfr.im git - z_archive/twitter.git/commit
Merge pull request #131 from pykler/master
authorMike Verdone <redacted>
Sun, 24 Mar 2013 17:23:11 +0000 (10:23 -0700)
committerMike Verdone <redacted>
Sun, 24 Mar 2013 17:23:11 +0000 (10:23 -0700)
commitcad79455ecb69e522908d9fe5b8486149800e5f1
tree03ce2c67631f10e8d96dcb636b0c8480404048d9
parentccf248cf9b67039e5b307ca385662528be6a29e5
parent32a4811d141a25021f60c5e8b150ba9365418322
Merge pull request #131 from pykler/master

With Twitter 1.1 an invalid oauth raises httplib.IncompleteRead
An exception is happening in the TwitterHTTPError's __init__ when it is trying to read twitter's error message. This patch catches that error (IncompleteRead Error) and handles it.

Also included in this pull request is a test case to demonstrate this error as well as a runner.py file to help run all the tests.