]> granicus.if.org Git - python/commit
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Jul 2011 00:31:24 +0000 (02:31 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Jul 2011 00:31:24 +0000 (02:31 +0200)
commit4875c4653881b1cb7095b6cfd46808cd130b5c88
tree960bae7a12112425751b4e32b72eef88ce304b85
parent95531ea2f1c69eed6b8a5d964f0fd47c124ccca8
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
failure in name resolution.

Should fix a buildbot failure.
Lib/test/support.py
Misc/NEWS