]> jfr.im git - z_archive/twitter.git/commit
Complete tildes fix for python 2
authorRouxRC <redacted>
Sat, 28 Dec 2013 16:56:46 +0000 (17:56 +0100)
committerRouxRC <redacted>
Mon, 3 Feb 2014 22:55:04 +0000 (23:55 +0100)
commit13f259cfe0dfb0d0caffb0b9d29659af9f42d19e
tree05955f353fc019fa005eb652ea9758a13879fb2e
parentb310bc529e390c89333d77c4c360f82471f5fbf6
Complete tildes fix for python 2

The fix #64 by @grahame was fixing the issue of sending tweets with
'~' for python 3 but not for python 2 due to urllib.urlencode's lack
of safe functions. Here's a dirty hack to do it anyway.
Any better fix welcome :)
twitter/oauth.py