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 LinuxDonald
Recipients LinuxDonald
Date 2009-08-21.00:10:32
SpamBayes Score 0.0021289387
Marked as misclassified No
Message-id <1250813435.12.0.0206002518135.issue6748@psf.upfronthosting.co.za>
In-reply-to
Content
test test_telnetlib failed -- Traceback (most recent call last):
  File
"/home/LinuxDonald/Downloads/Python-3.1.1/Lib/test/test_telnetlib.py",
line 409, in test_debuglevel
    self._test_debuglevel([a, EOF_sigil], b)
  File
"/home/LinuxDonald/Downloads/Python-3.1.1/Lib/test/test_telnetlib.py",
line 389, in _test_debuglevel
    txt = telnet.read_all()
  File "/home/LinuxDonald/Downloads/Python-3.1.1/Lib/telnetlib.py", line
325, in read_all
    self.fill_rawq()
  File "/home/LinuxDonald/Downloads/Python-3.1.1/Lib/telnetlib.py", line
516, in fill_rawq
    buf = self.sock.recv(50)
socket.error: [Errno 104] Connection reset by peer
History
Date User Action Args
2009-08-21 00:10:35LinuxDonaldsetrecipients: + LinuxDonald
2009-08-21 00:10:35LinuxDonaldsetmessageid: <1250813435.12.0.0206002518135.issue6748@psf.upfronthosting.co.za>
2009-08-21 00:10:33LinuxDonaldlinkissue6748 messages
2009-08-21 00:10:32LinuxDonaldcreate