Comment 3 for bug 627654

Revision history for this message
Jean-Paul Calderone (exarkun) wrote :

I wonder what you have in /usr/lib/python2.6/dist-packages/twisted/protocols/telnet.py on line 128. From the exception:

IndentationError: ('unexpected indent', ('/usr/lib/python2.6/dist-packages/twisted/protocols/telnet.py', 128, 17, ' \xa0! # Sent only as a reply to ECHO or NO ECHO,\n'))

It seems as though there is an extra "\xa0!" present which is not present upstream:

http://twistedmatrix.com/trac/browser/tags/releases/twisted-10.0.0/twisted/protocols/telnet.py#L128

If those extra bytes really are there, I wonder how you got them.