[Python-Dev] New test failure, test_socket, WinXP

Tim Peters tim.one at comcast.net
Tue Jul 6 06:01:38 CEST 2004


>> Fails every time, in release and debug builds:
>>
>> test test_socket failed -- Traceback (most recent call last):
>> File "C:\Code\python\lib\test\test_socket.py", line 311, in testGetServBy
>>     eq(socket.getservbyport(port2), service)
>> AssertionError: 'http' != 'www'
>>

[Brett C.]
> Does it pass if you change "www" to "http" on line 292?

Yup!  I'm not going to check that in, though -- I don't really know what
this test is doing.




More information about the Python-Dev mailing list