Try to fix several networking tests. The problem is that if hosts have
commit781d7c6b6c2a4a7308b720c591787f99b97265ac
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Jun 2006 20:25:56 +0000 (11 20:25 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Jun 2006 20:25:56 +0000 (11 20:25 +0000)
tree8dae29d2cb60973357be09d68442dcfde8fc329e
parent1740f289665810789f20e20e1f1c43bb6a044a69
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.

git-svn-id: http://svn.python.org/projects/python/trunk@46868 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_timeout.py
Lib/test/test_urllib2net.py
Lib/test/test_urllibnet.py