]> granicus.if.org Git - python/commit
Try to fix another networking test. The problem is that if hosts have
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 20:42:02 +0000 (20:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 11 Jun 2006 20:42:02 +0000 (20:42 +0000)
commitf054aeb2a1dadc752901f94852bea6242dec52bb
tree04e5e42f9eff08427ba173adbf00f615bece8567
parenta29fc29f1955ede4b495543bc8f07824db8f41a4
Try to fix another networking test.  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.

Also add more info to failure message to aid debugging test failure.
Lib/test/test_urllib2net.py