From f57193fef7394b1851e6ed986df85034dfff59eb Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 2 Jan 2007 23:18:36 +0000 Subject: [PATCH] telnetlib is going to stick around. --- pep-3108.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index 2fbb60783..aed6e5ca3 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -208,12 +208,6 @@ or because the audience for the code is small. + Undocumented. -* telnetlib - - + Telnet is not used very much anymore. - + Telnet is unsafe. - + Most people use SSH instead. - * toaiff + Undocumented. @@ -590,6 +584,18 @@ made for the maintainer to change the name so that it matches PEP 8 and hides the C implementation. +Rejected Ideas +============== + +Modules that will stay +---------------------- + +* telnetlib + + + Really handy for quick-and-dirty remote access. + + Some hardware supports telnet for accessing it. + + References ==========