Python urllib2 Functions

EditRocket provides the following information on urllib2 functions in the Python source code builder.

install_opener(opener) - Install an OpenerDirector instance as the default global opener.

urlopen(url[, data]) - Open the URL url, which can be either a string or a Request object.