nntplib.NNTP.body()

NNTP.body(message_spec=None, *, file=None) Same as article(), but sends a BODY command. The lines

2016-10-07 17:38:10
urllib.request.AbstractDigestAuthHandler.http_error_auth_reqed()

AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers) authreq should be the name of the header

2016-10-07 17:46:48
urllib.request.Request.get_header()

Request.get_header(header_name, default=None) Return the value of the given header. If the header is not present, return the

2016-10-07 17:47:01
ipaddress.IPv4Network.address_exclude()

address_exclude(network) Computes the network definitions resulting from removing the given network from this one.

2016-10-07 17:35:29
poplib.POP3_SSL

class poplib.POP3_SSL(host, port=POP3_SSL_PORT, keyfile=None, certfile=None, timeout=None, context=None) This is a subclass

2016-10-07 17:40:53
poplib.POP3.user()

POP3.user(username) Send user command, response should indicate that a password is required.

2016-10-07 17:40:53
http.cookiejar.CookiePolicy.path_return_ok()

CookiePolicy.path_return_ok(path, request) Return false if cookies should not be returned, given cookie path.

2016-10-07 17:34:01
socketserver.BaseServer

class socketserver.BaseServer(server_address, RequestHandlerClass) This is the superclass of all Server objects in the module

2016-10-07 17:42:27
ipaddress.IPv6Network.with_prefixlen

with_prefixlen

2016-10-07 17:35:43
http.cookies.BaseCookie

class http.cookies.BaseCookie([input]) This class is a dictionary-like object whose keys are strings and whose values are Morsel

2016-10-07 17:34:07