[Python-Dev] New test failure, test_socket, WinXP (original) (raw)
Tim Peters tim.one at comcast.net
Tue Jul 6 17:27:19 CEST 2004
- Previous message: [Python-Dev] New test failure, test_socket, WinXP
- Next message: [Python-Dev] New test failure, test_socket, WinXP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Brett C.]
So I found out why it might be failing on your box and not on other people's: do you get an exception raised when you call
socket.getservbyname('ssh', 'tcp')
?
Yup. There's no ssh in the WinXP etc/services; indeed, it doesn't even have an entry for port 22.
- Previous message: [Python-Dev] New test failure, test_socket, WinXP
- Next message: [Python-Dev] New test failure, test_socket, WinXP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]