SyntaxFix
Write A Post
Hire A Developer
Questions
urllib has been split up in Python 3.
urllib
Python 3
The urllib.urlencode() function is now urllib.parse.urlencode(),
urllib.urlencode()
urllib.parse.urlencode()
the urllib.urlopen() function is now urllib.request.urlopen().
urllib.urlopen()
urllib.request.urlopen()