DefaultCookiePolicy.strict_ns_set_path Don’t allow setting cookies whose path doesn’t path-match request URI.
Cookie.has_nonstandard_attr(name) Return true if cookie has the named cookie-attribute.
POP3.utf8() Try to switch to UTF-8 mode. Returns the server response if successful, raises error_proto if not.
FTP.cwd(pathname) Set the current directory on the server.
cgi.parse(fp=None, environ=os.environ, keep_blank_values=False, strict_parsing=False) Parse a query in the environment or from
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is
class xmlrpc.client.ServerProxy(uri, transport=None, encoding=None, verbose=False, allow_none=False, use_datetime=False, use_builtin_types=False, *, context=None)
POP3.top(which, howmuch) Retrieves the message header plus howmuch lines of the message after the header of message
Source code: Lib/urllib/
DefaultCookiePolicy.DomainStrictNoDots When setting cookies, the ‘host prefix’ must not contain a dot (eg. www.foo.bar
Page 77 of 80