event-source-library icon indicating copy to clipboard operation
event-source-library copied to clipboard

Make request module compatible with python3

Open ghost opened this issue 9 years ago • 1 comments

The tricky parts is urllib differences, the easiest solution is to always use 'future' package. Note: this can be dropped once compatibility with python2 is no longer required.

Notice: I have not done extensive testing with python2.

ghost avatar Dec 07 '16 10:12 ghost

I'm ok to switch to requests, when I wrote this code I did not know about it (and chances are it did not exist, or it was too immature to be used).

As I'm not much an user of this project anymore, I'm always happy to drop py2 support on it. But then, we need to make sure that all possible projects depending on this library don't get upgraded by pip to a non-py2 compatible version.

guyzmo avatar Dec 07 '16 11:12 guyzmo