http.cookiejar.DefaultCookiePolicy.strict_ns_unverifiable
  • References/Python/Python/Internet

DefaultCookiePolicy.strict_ns_unverifiable Apply RFC 2965 rules on unverifiable transactions even to Netscape cookies.

2025-01-10 15:47:30
imaplib.IMAP4.getacl()
  • References/Python/Python/Internet

IMAP4.getacl(mailbox) Get the ACLs for mailbox. The method is non-standard, but is supported by the Cyrus

2025-01-10 15:47:30
telnetlib.Telnet.read_very_eager()
  • References/Python/Python/Internet

Telnet.read_very_eager() Read everything that can be without blocking in I/O (eager). Raise

2025-01-10 15:47:30
cgi.escape()
  • References/Python/Python/Internet

cgi.escape(s, quote=False) Convert the characters '&', '<' and '>' in string

2025-01-10 15:47:30
xmlrpc.server.CGIXMLRPCRequestHandler.handle_request()
  • References/Python/Python/Internet

CGIXMLRPCRequestHandler.handle_request(request_text=None) Handle an XML-RPC request. If request_text is given, it should

2025-01-10 15:47:30
http.client.HTTPResponse.reason
  • References/Python/Python/Internet

HTTPResponse.reason Reason phrase returned by server.

2025-01-10 15:47:30
http.cookiejar.Cookie.has_nonstandard_attr()
  • References/Python/Python/Internet

Cookie.has_nonstandard_attr(name) Return true if cookie has the named cookie-attribute.

2025-01-10 15:47:30
poplib.POP3.set_debuglevel()
  • References/Python/Python/Internet

POP3.set_debuglevel(level) Set the instance’s debugging level. This controls the amount of debugging output printed. The default

2025-01-10 15:47:30
http.cookiejar.DefaultCookiePolicy.DomainRFC2965Match
  • References/Python/Python/Internet

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

2025-01-10 15:47:30
ipaddress.IPv6Network.with_netmask
  • References/Python/Python/Internet

with_netmask

2025-01-10 15:47:30