Base class for opening and reading URLs. Unless you need to support opening objects using schemes other than http:, ftp:, or file:, you probably want to use FancyURLopener.
class urllib.request.URLopener(proxies=None, **x509)