urllib.parse.unquote_to_bytes()
  • References/Python/Python/Internet

urllib.parse.unquote_to_bytes(string) Replace %xx escapes by their single-octet equivalent, and return a

2025-01-10 15:47:30
xmlrpc.client.dumps()
  • References/Python/Python/Internet

xmlrpc.client.dumps(params, methodname=None, methodresponse=None, encoding=None, allow_none=False) Convert params into

2025-01-10 15:47:30
nntplib.NNTP.quit()
  • References/Python/Python/Internet

NNTP.quit() Send a QUIT command and close the connection. Once this method has been called, no other methods of

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.http_version
  • References/Python/Python/Internet

http_version If origin_server is true, this string attribute is used to set the HTTP version of the response set

2025-01-10 15:47:30
urllib.request.URLopener.open_unknown()
  • References/Python/Python/Internet

open_unknown(fullurl, data=None) Overridable interface to open unknown URL types.

2025-01-10 15:47:30
smtplib.SMTPHeloError
  • References/Python/Python/Internet

exception smtplib.SMTPHeloError The server refused our HELO message.

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

class telnetlib.Telnet(host=None, port=0[, timeout]) Telnet represents a connection to a Telnet server. The instance

2025-01-10 15:47:30
socketserver.ForkingMixIn
  • References/Python/Python/Internet

class socketserver.ForkingMixIn class socketserver.ThreadingMixIn Forking and threading versions of each type of

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

POP3.dele(which) Flag message number which for deletion. On most servers deletions are not actually performed until

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

exception http.client.LineTooLong A subclass of HTTPException. Raised if an excessively long line is received in

2025-01-10 15:47:30