This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackdied
Recipients jackdied, knipknap
Date 2009-04-01.00:02:33
SpamBayes Score 0.083805576
Marked as misclassified No
Message-id <1238544155.97.0.789312101636.issue1730959@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-01 00:02:37jackdiedsetrecipients: + jackdied, knipknap
2009-04-01 00:02:35jackdiedsetmessageid: <1238544155.97.0.789312101636.issue1730959@psf.upfronthosting.co.za>
2009-04-01 00:02:34jackdiedlinkissue1730959 messages
2009-04-01 00:02:34jackdiedcreate