nntplib.NNTP.post()
  • References/Python/Python/Internet

NNTP.post(data) Post an article using the POST command. The data argument is either a

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

reverse_pointer

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

exception http.client.ResponseNotReady A subclass of ImproperConnectionState.

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

class http.HTTPStatus New in version 3.5.

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

exception smtplib.SMTPSenderRefused Sender address refused. In addition to the attributes set by on all SMTPResponseException

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

NNTP.descriptions(grouppattern) Send a LIST NEWSGROUPS command, where grouppattern is a wildmat string

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

os_environ The default environment variables to be included in every request’s WSGI environment. By default, this is a copy

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

setup_environ() Set the environ attribute to a fully-populated WSGI environment. The default implementation uses

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

Telnet.write(buffer) Write a byte string to the socket, doubling any IAC characters. This can block if the connection is blocked

2025-01-10 15:47:30
http.client.HTTPConnection.endheaders()
  • References/Python/Python/Internet

HTTPConnection.endheaders(message_body=None) Send a blank line to the server, signalling the end of the headers. The optional

2025-01-10 15:47:30