]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Skip testing inet_ntop() an inet_pton() if they aren't defined.
authorGuido van Rossum <guido@python.org>
Fri, 25 Apr 2003 15:11:23 +0000 (15:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Apr 2003 15:11:23 +0000 (15:11 +0000)
commitf4001eed3bd07f62807120397629317f957a0bf6
tree7c8122652dfa6f6b58c621cfcf6feaa2d5eb8008
parent51735b0569e4bff3f9a2988f0273cd5f1e3ec471
Skip testing inet_ntop() an inet_pton() if they aren't defined.
This makes the test pass on Windows again (and on other platforms
that don't have these).
Lib/test/test_socket.py