I\'m building an \"API API\", it\'s basically a wrapper for a in house REST web service that the web app will be making a lot of requests to. Some of the web service calls need
urllib.urlencode
And yes, the urllib / urllib2 division of labor is a little confusing in Python 2.x.
urllib
urllib2