On Mon, Jan 01, 2007 at 07:44:08PM -0800, Brett Cannon wrote:
> >* telnetlib
> >>     + Telnet is not used very much anymore.
> >>         - Telnet is unsafe.
> >>         - Most people use SSH instead.
> >
> >I don't know how common telnet lib use is currently, but I have found it
> >useful in writing plaintext line-based clients (like SMTP, POP, HTTP,
> >IMAP, etc.), before moving on to writing async* derived clients.
> 
> Fair enough.  If more people step up it can stay.

   There are devices (ADSL modems, e.g.) that can be connected to by
telnet. It is simpler to parse their telnet output (uptime and traffic)
than their HTTP/HTML output from a cron job.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to