jiptool / jip

Java dependency management for Jython
http://pypi.python.org/pypi/jip/
Other
59 stars 15 forks source link

Fixed requests' json response reading in both Python 2.x and 3.x #32

Closed wikier closed 8 years ago

wikier commented 8 years ago

According the documentation at http://docs.python-requests.org/en/master/api/#requests.Response.text

This should make the CI happy also with Python 3.4.

wikier commented 8 years ago

Actually the error comes from commit 8706af0e650ef63b5d9d294fb18ef8286a1b0964.

sunng87 commented 8 years ago

Nice! I was trying to fix this yesterday. Thank you so much!