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.

classification
Title: test_telnetlib fails in Windows XP
Type: behavior Stage:
Components: Windows Versions: Python 3.1
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: jackdied Nosy List: austin987, jackdied
Priority: normal Keywords:

Created on 2010-01-06 19:59 by austin987, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
telnetlib.txt austin987, 2010-01-06 19:59 test output
Messages (5)
msg97319 - (view) Author: Austin English (austin987) Date: 2010-01-06 19:59
socket.error: [Errno 10053] An established connection was aborted by the software in your host machine

Full output is attached.
msg99786 - (view) Author: Jack Diederich (jackdied) * (Python committer) Date: 2010-02-22 16:59
Which minor version of 3.1 are you using?  This should be fixed in 3.2 trunk and the 3.1 maint branch.  2.x versions should be unaffected.
msg99797 - (view) Author: Austin English (austin987) Date: 2010-02-22 18:13
This is in 3.1.1.
msg99823 - (view) Author: Jack Diederich (jackdied) * (Python committer) Date: 2010-02-22 20:22
I was mistaken, the tests were backported to 3.1.x maint (In fact I was the one who did it).  So this is fixed in the next point release of 3.1.x.
msg99824 - (view) Author: Austin English (austin987) Date: 2010-02-22 20:25
Okay, thanks for the information.
History
Date User Action Args
2022-04-11 14:56:56adminsetgithub: 51895
2010-02-22 20:25:28austin987setmessages: + msg99824
2010-02-22 20:22:58jackdiedsetstatus: open -> closed
resolution: out of date
messages: + msg99823
2010-02-22 18:13:02austin987setmessages: + msg99797
2010-02-22 16:59:02jackdiedsetassignee: jackdied

messages: + msg99786
nosy: + jackdied
2010-01-06 19:59:12austin987settype: behavior
2010-01-06 19:59:03austin987create