http.cookiejar.CookieJar

class http.cookiejar.CookieJar(policy=None) policy is an object implementing the CookiePolicy interface

2016-10-07 17:33:59
ipaddress.IPv4Address.is_unspecified

is_unspecified True if the address is unspecified. See

2016-10-07 17:35:27
cgitb.enable()

cgitb.enable(display=1, logdir=None, context=5, format="html") This function causes the cgitb module to take over

2016-10-07 17:28:23
urllib.robotparser.RobotFileParser

class urllib.robotparser.RobotFileParser(url='') This class provides methods to read, parse and answer questions about the robots

2016-10-07 17:47:06
smtpd.SMTPChannel.rcpttos

rcpttos Holds a list of strings containing the addresses identified in the “RCPT TO:” lines from the client.

2016-10-07 17:42:03
wsgiref.handlers.BaseHandler.wsgi_multiprocess

wsgi_multiprocess The value to be used for the wsgi.multiprocess environment variable. It defaults to true in

2016-10-07 17:47:30
http.cookiejar.MozillaCookieJar

class http.cookiejar.MozillaCookieJar(filename, delayload=None, policy=None) A FileCookieJar that can load from

2016-10-07 17:34:07
wsgiref.handlers.CGIHandler

class wsgiref.handlers.CGIHandler CGI-based invocation via sys.stdin, sys.stdout, sys.stderr

2016-10-07 17:47:31
http.client.responses

http.client.responses This dictionary maps the HTTP 1.1 status codes to the W3C names. Example:

2016-10-07 17:33:54
poplib.POP3.apop()

POP3.apop(user, secret) Use the more secure APOP authentication to log into the POP3 server.

2016-10-07 17:40:51