class documentation

class SimpleOpener(urllib.request.FancyURLopener):

View In Hierarchy

A simple url opener

Method http_error_default Custom error handling
Method prompt_user_passwd No-interaction version of prompt_user_passwd.
def http_error_default(self, url, fp, errcode, errmsg, headers):

Custom error handling

def prompt_user_passwd(self, host, realm, clear_cache=0):

No-interaction version of prompt_user_passwd.