issues
search
bitly
/
bitly-api-python
python library to the bitly api
http://github.com/bitly/bitly-api-python
Other
245
stars
92
forks
source link
Python 2 and 3 compatibility
#28
Closed
jsocol
closed
10 years ago
jsocol
commented
11 years ago
Drop PyCURL, since it's not Py3k compatible.
Drop bitly_http module, just inline urllib(2) code.
Steal *_types lists from six.
Update isinstance calls.
Update excepts.
Decode response body as utf-8.
Drop simplejson import, just use json
Should be compatible with >=2.6.
jsocol
commented
10 years ago
@bitly/appdev RFR