nntplib.NNTPPermanentError
  • References/Python/Python/Internet

exception nntplib.NNTPPermanentError Exception raised when a response code in the range 500–599 is received.

2025-01-10 15:47:30
ipaddress.IPv6Address.is_reserved
  • References/Python/Python/Internet

is_reserved

2025-01-10 15:47:30
urllib.error.HTTPError.reason
  • References/Python/Python/Internet

reason This is usually a string explaining the reason for this error.

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

POP3.quit() Signoff: commit changes, unlock mailbox, drop connection.

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

cgitb.enable(display=1, logdir=None, context=5, format="html") This function causes the cgitb module to take over

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

Telnet.mt_interact() Multithreaded version of interact().

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

get_scheme() Return the URL scheme being used for the current request. The default implementation uses the guess_scheme()

2025-01-10 15:47:30
smtplib.SMTP.starttls()
  • References/Python/Python/Internet

SMTP.starttls(keyfile=None, certfile=None, context=None) Put the SMTP connection in TLS (Transport Layer Security) mode. All

2025-01-10 15:47:30
urllib.parse.DefragResult
  • References/Python/Python/Internet

class urllib.parse.DefragResult(url, fragment) Concrete class for urldefrag() results containing

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

exception http.client.UnimplementedFileMode A subclass of HTTPException.

2025-01-10 15:47:30