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 pitrou
Recipients Arfrever, LinuxDonald, drukker, eric.smith, ezio.melotti, jackdied, pitrou, rb09
Date 2009-11-01.16:23:03
SpamBayes Score 0.0019186857
Marked as misclassified No
Message-id <1257092587.09.0.593938794226.issue6748@psf.upfronthosting.co.za>
In-reply-to
Content
Please note that the Windows buildbot shows another error:

======================================================================
ERROR: test_debuglevel (test.test_telnetlib.OptionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\test\test_telnetlib.py",
line 409, in test_debuglevel
    self._test_debuglevel([a, EOF_sigil], b)
  File
"E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\test\test_telnetlib.py",
line 389, in _test_debuglevel
    txt = telnet.read_all()
  File
"E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\telnetlib.py", line
325, in read_all
    self.fill_rawq()
  File
"E:\cygwin\home\db3l\buildarea\3.1.bolen-windows\build\lib\telnetlib.py", line
516, in fill_rawq
    buf = self.sock.recv(50)
socket.error: [Errno 10053] An established connection was aborted by the
software in your host machine


According to a quick search on the Web, 10053 under Windows would be for
ECONNABORTED. Bazaar apparently faced the same issue:

https://lists.ubuntu.com/archives/bazaar/2006q4/020035.html
History
Date User Action Args
2009-11-01 16:23:07pitrousetrecipients: + pitrou, jackdied, eric.smith, ezio.melotti, Arfrever, LinuxDonald, rb09, drukker
2009-11-01 16:23:07pitrousetmessageid: <1257092587.09.0.593938794226.issue6748@psf.upfronthosting.co.za>
2009-11-01 16:23:05pitroulinkissue6748 messages
2009-11-01 16:23:04pitroucreate