]> jfr.im git - z_archive/twitter.git/commit
Merge pull request #138 from DarkDefender/master
authorMike Verdone <redacted>
Thu, 18 Apr 2013 15:12:11 +0000 (08:12 -0700)
committerMike Verdone <redacted>
Thu, 18 Apr 2013 15:12:11 +0000 (08:12 -0700)
commit418e5b80570a3fbd56b671ffc2d95e01ad5420fc
treeecead1cb60907abd52139e039dabc67dc7a87f60
parentc0c3727024108dd12d96b7a3133a44f1fd252d1c
parentb89b6108251011bb9a8f1d88dacd01c7fce5e4e1
Merge pull request #138 from DarkDefender/master

Fix twitter stream under python 3
This fixes the "AttributeError: '_io.BufferedReader' object has no attribute '_sock'" error when trying to create a twitter stream with python3.

There are two issues (#70 and #108) that are fixed with this commit.

I have written a twitter script in python 3 with your twitter lib so I would be really glad if you can merge this and then create a new point release of the lib.

That way I can release the script without having to tell the users to manually patch the twitter lib.

I'm sorry if you've already read my reply to #108. But I would really like this to get merged and released ASAP.