[issue6106] read_until

2009-07-23 Thread irek

irek  added the comment:

Hi, 
I head same problem on 3.0 and 3.1 versions
This was because of incompatibility of types in comparison 

My solution is to modify 
Lib/telnetlib.py   
line  462
cmd = self.iacseq[1]
 to 
cmd = self.iacseq[1:2]

Irek

--
nosy: +irczan
versions: +Python 3.1

___
Python tracker 
<http://bugs.python.org/issue6106>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6106] read_until

2009-07-27 Thread Irek Wlizlo

Irek Wlizlo  added the comment:

Hi,
I updated my profile with name - Irek Wlizlo

--

___
Python tracker 
<http://bugs.python.org/issue6106>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com