[issue1730959] telnetlib: A callback for monitoring the telnet session

Jack Diederich report at bugs.python.org
Wed Apr 1 02:02:35 CEST 2009


Jack Diederich <jackdied at gmail.com> added the comment:

class MyTelnet(Telnet):
  def read_until(self, *args)
    txt = Telnet.read_until(self, *args)
    sys.stdout.write(txt)
    return txt

Hope that helps, closing the bug.

----------
nosy: +jackdied
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1730959>
_______________________________________


More information about the Python-bugs-list mailing list