[issue6106] read_until

irek report at bugs.python.org
Thu Jul 23 15:52:42 CEST 2009


irek <irczan at gmail.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue6106>
_______________________________________


More information about the Python-bugs-list mailing list