Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 594: deprecate telnetlib #1073

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions pep-0594.rst
Expand Up @@ -168,6 +168,7 @@ audio processing.
sndhdr,3.8,3.10,no,"filetype, puremagic, python-magic"
spwd,3.8,3.10,no,"python-pam, simplepam"
sunau,3.8,3.10,no,\-
telnetlib,3.8,3.10,no,"telnetlib3, Exscript"
uu,3.8,3.10,no,\-
xdrlib,3.8,3.10,no,\-

Expand Down Expand Up @@ -521,6 +522,22 @@ Has a designated expert
Substitute
**none**

telnetlib
~~~~~~~~~

The `telnetlib <https://docs.python.org/3/library/telnetlib.html>`_ module
provides a Telnet class that implements the Telnet protocol.

Module type
pure Python
Deprecated in
3.8
To be removed in
3.10
Substitute
`telnetlib3 <https://pypi.org/project/telnetlib3>`_,
`Exscript <https://pypi.org/project/Exscript/>`_


Operating system interface
--------------------------
Expand Down