spacetelescope / pandokia

Regression tests framework.
Other
2 stars 4 forks source link

Python 3 compatibility: urllib2 #54

Open ariedel opened 5 years ago

ariedel commented 5 years ago

In Python 3, urllib2 has been folded into urllib. https://docs.python.org/2/library/urllib2.html

It's used in one file: pandokia/helpers/web.py

The six module (six.moves.urllib) provides compatibility for py2 and py3