From eeb8e1a79ef3d35f5271ce6f3e9bf9e7df7c5142 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 22 May 2019 10:57:09 +0200 Subject: [PATCH] PEP 594: deprecate telnetlib --- pep-0594.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pep-0594.rst b/pep-0594.rst index fd85e6cff7c..e34637b4dd7 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -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,\- @@ -521,6 +522,22 @@ Has a designated expert Substitute **none** +telnetlib +~~~~~~~~~ + +The `telnetlib `_ 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 `_, + `Exscript `_ + Operating system interface --------------------------