[Python-checkins] r53212 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 3 00:18:37 CET 2007


Author: brett.cannon
Date: Wed Jan  3 00:18:36 2007
New Revision: 53212

Modified:
   peps/trunk/pep-3108.txt
Log:
telnetlib is going to stick around.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 00:18:36 2007
@@ -208,12 +208,6 @@
 
   + Undocumented.
 
-* telnetlib
-
-  + Telnet is not used very much anymore.
-  + Telnet is unsafe.
-  + Most people use SSH instead.
-
 * toaiff
 
   + Undocumented.
@@ -590,6 +584,18 @@
 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
 ==========
 


More information about the Python-checkins mailing list