wsgiref.simple_server.WSGIRequestHandler.get_stderr()

get_stderr() Return the object that should be used as the wsgi.errors stream. The default implementation just returns

2016-10-07 17:47:32
ipaddress.IPv4Address.exploded

exploded The string representation in dotted decimal notation. Leading zeroes are never included in the representation.

2016-10-07 17:35:26
http.cookiejar.DefaultCookiePolicy.strict_ns_set_initial_dollar

DefaultCookiePolicy.strict_ns_set_initial_dollar Ignore cookies in Set-Cookie: headers that have names starting with '$'

2016-10-07 17:34:05
http.cookies.Morsel.key

Morsel.key The name of the cookie. Deprecated

2016-10-07 17:34:09
imaplib.IMAP4.uid()

IMAP4.uid(command, arg[, ...]) Execute command args with messages identified by UID, rather than message number. Returns response

2016-10-07 17:34:27
http.server.CGIHTTPRequestHandler.cgi_directories

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

2016-10-07 17:34:17
urllib.request.HTTPDigestAuthHandler.http_error_401()

HTTPDigestAuthHandler.http_error_401(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

2016-10-07 17:46:53
ipaddress.IPv4Address.max_prefixlen

max_prefixlen The total number of bits in the address representation for this version: 32 for IPv4, 128

2016-10-07 17:35:27
wsgiref.handlers.SimpleHandler

class wsgiref.handlers.SimpleHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to

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

exception http.client.IncompleteRead A subclass of HTTPException.

2016-10-07 17:33:54