LazyLogik <naimesh.thak...@gmail.com> added the comment:

Hello,

I am also facing problems in using telnetlib. 

I think following changes are also required. e.g. on line 442 (if c!= 
IAC) should be replaced with (if c!= IAC[0]). Similarly line 465 (if cmd 
in (DO, DONT)) should be replaced with (if cmd in (DO[0], DONT[0]). 

I also get some errors while printing debug messages also if debug level 
is not zero. e.g. Line 466


Regards,
Naimesh

----------
nosy: +LazyLogik

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5188>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to