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

Guido van Rossum guido@python.org
Fri, 25 Apr 2003 09:28:45 -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

Ouch, sorry!  These are tests for the brand-new inet_{pton,ntop},
which don't exist on Windows (and maybe not on some other platforms
either).  The tests should be skipped if these functions don't exist.

--Guido van Rossum (home page: http://www.python.org/~guido/)