]> granicus.if.org Git - python/commit
Try to fix several networking tests. The problem is that if hosts have
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 20:25:56 +0000 (20:25 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 20:25:56 +0000 (20:25 +0000)
commita29fc29f1955ede4b495543bc8f07824db8f41a4
tree58c813aa6b4d0eee1c29303a65294e676f0ccb31
parentc55555400eb497ff2eca54947feb40b1fa127190
Try to fix several networking tests.  The problem is that if hosts have
a search path setup, some of these hosts resolve to the wrong address.
By appending a period to the hostname, the hostname should only resolve
to what we want it to resolve to.  Hopefully this doesn't break different bots.
Lib/test/test_timeout.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py