[Python-checkins] python/dist/src/Lib/test test_socket.py,1.61,1.62

Raymond Hettinger python@rcn.com
Fri, 25 Apr 2003 02:16:54 -0400


Two of the test cases are failing in test_socket.py 
on a fresh build for WinMe:

testIPv4toString (__main__.GeneralModuleTests) ... ERROR
testStringToIPv4 (__main__.GeneralModuleTests) ... ERROR


Raymond Hettinger