[Python-3000] PEP 3108: Standard Library Reorganization

Nick Coghlan ncoghlan at gmail.com
Tue Jan 2 05:52:55 CET 2007


Brett Cannon wrote:
> * telnetlib
>     + Telnet is not used very much anymore.
>         - Telnet is unsafe.
>         - Most people use SSH instead.

SSH may be common in the PC/server world, but it's still much easier 
(and less demanding on the host's resources) to embed a telnet server 
rather than an SSH one.

Embedded HTTP servers seem to be slowly taking over this role (where 
SNMP hasn't already done so), but telnet-based equipment remote control 
interfaces are certainly still quite common.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-3000 mailing list