http.server.SimpleHTTPRequestHandler.extensions_map

extensions_map A dictionary mapping suffixes into MIME types. The default is signified by an empty string, and is considered

2016-10-07 17:34:18
urllib.parse.quote_plus()

urllib.parse.quote_plus(string, safe='', encoding=None, errors=None) Like quote(), but also replace spaces by plus

2016-10-07 17:46:45
nntplib.NNTP.stat()

NNTP.stat(message_spec=None) Send a STAT command, where message_spec is either a message id (enclosed

2016-10-07 17:38:14
socketserver.BaseServer.handle_request()

handle_request() Process a single request. This function calls the following methods in order: get_request(),

2016-10-07 17:42:29
xmlrpc.server.DocCGIXMLRPCRequestHandler

class xmlrpc.server.DocCGIXMLRPCRequestHandler Create a new instance to handle XML-RPC requests in a CGI environment.

2016-10-07 17:48:35
ipaddress.IPv4Address.is_multicast

is_multicast True if the address is reserved for multicast use. See

2016-10-07 17:35:27
http.cookiejar.Cookie.value

Cookie.value Cookie value (a string), or

2016-10-07 17:33:58
http.cookies.Morsel.output()

Morsel.output(attrs=None, header='Set-Cookie:') Return a string representation of the Morsel, suitable to be sent as an HTTP

2016-10-07 17:34:09
http.cookiejar.DefaultCookiePolicy.DomainRFC2965Match

DefaultCookiePolicy.DomainRFC2965Match When setting cookies, require a full RFC 2965 domain-match.

2016-10-07 17:34:02
telnetlib.Telnet.read_lazy()

Telnet.read_lazy() Process and return data already in the queues (lazy). Raise

2016-10-07 17:44:17