Open
Description
It becomes more and more hard to install Python 2 in different environments: distros are going to remove it. Maybe it would be convenient to port the testing code to Python 3 prior to setting up CI and packaging.
As I see, aside of trivial print x
→ print(x)
changes we should port urllib2
code to urllib3
or requests
.