urllib.parse.parse_qs(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace') Parse a query string
POP3.apop(user, secret) Use the more secure APOP authentication to log into the POP3 server.
BaseCookie.load(rawdata) If rawdata is a string, parse it as an HTTP_COOKIE and add the values found there
IMAP4.myrights(mailbox) Show my ACLs for a mailbox (i.e. the rights that I have on mailbox).
class urllib.robotparser.RobotFileParser(url='') This class provides methods to read, parse and answer questions about the robots
address_exclude(network)
class socketserver.TCPServer(server_address, RequestHandlerClass, bind_and_activate=True) This uses the Internet TCP protocol
max_prefixlen
class http.cookiejar.CookieJar(policy=None) policy is an object implementing the CookiePolicy interface
exception http.client.ImproperConnectionState A subclass of HTTPException.
Page 42 of 80