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 ==========