]> granicus.if.org Git - python/commit
socket.gethostbyname(socket.gethostname()) can fail when host name resolution is...
authorGeorg Brandl <georg@python.org>
Sat, 20 Nov 2010 14:16:17 +0000 (14:16 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 20 Nov 2010 14:16:17 +0000 (14:16 +0000)
commit89197fe93c4a3f3e983721b0325b7bb5613c7e9c
tree3c6da229de6dafad834b489221270e7370c2519b
parentcd6bb26fa766723bdd7a771932d4863ed304966c
socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case.
Lib/test/test_socket.py
Misc/NEWS