From: Mike Verdone Date: Thu, 18 Apr 2013 15:12:11 +0000 (-0700) Subject: Merge pull request #138 from DarkDefender/master X-Git-Tag: twitter-1.9.3~2 X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/418e5b80570a3fbd56b671ffc2d95e01ad5420fc?hp=418e5b80570a3fbd56b671ffc2d95e01ad5420fc 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. ---