Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions pep-0594.rst
Original file line number Diff line number Diff line change
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