]> jfr.im git - z_archive/twitter.git/commit
Merge pull request #276 from superphil0/master
authorMike Verdone <redacted>
Tue, 7 Apr 2015 08:53:19 +0000 (10:53 +0200)
committerMike Verdone <redacted>
Tue, 7 Apr 2015 08:53:19 +0000 (10:53 +0200)
commit15010e3541e0dc73668a406673382529ea865bcf
treeb4bde70de674a75cb8695c1d236041a3c53b7bb8
parent29312ddabb4991bbc366fd17e569be24714dc45a
parentd0fa710a30df6236c7ec0421ae93242345d8dbf4
Merge pull request #276 from superphil0/master

Update oauth_dance.py

Fixed bug for python 3.4 in oauth2_dance where response was encoded
(this works in python 2.7 because json.loads can decode bytes, but in 3.4 json.loads takes only strings!)