coordTransform_py icon indicating copy to clipboard operation
coordTransform_py copied to clipboard

urllib

Open Radar-Lei opened this issue 8 years ago • 0 comments

urllib has been split up in Python 3. The urllib.urlencode() function is now urllib.parse.urlencode(), and the urllib.urlopen() function is now urllib.request.urlopen().

and delete my own key

Radar-Lei avatar Dec 23 '17 14:12 Radar-Lei