Gabriel Genellina wrote:

> They are part of the telnet protocol; 0xFF (IAC=Interpret as
> Command) starts a two or three byte command sequence.
> Weren't you using telnetlib? It's supposed to handle this
> transparently.

With Twisted you don't need Telnetlib, twisted.conch.telnet does the
job. I would definitely look at twisted.words, too.

Regards,


Björn

-- 
BOFH excuse #329:

Server depressed, needs Prozac

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to