]> granicus.if.org Git - python/commit
#20933: At least one place maps 'test' to 'localhost'...fix test.
authorR David Murray <rdmurray@bitdance.com>
Sat, 15 Mar 2014 16:00:14 +0000 (12:00 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 15 Mar 2014 16:00:14 +0000 (12:00 -0400)
commitfdbe918eb0c0b1c3b812ccdfa49c7bd7d44099b7
tree1c10ca7aeef304e5332c41ec9480c087b1d3a132
parentef87f8cb57e147b48665c06b41ac10b5cf4904c4
#20933: At least one place maps 'test' to 'localhost'...fix test.

Discovery and patch by Wenzhu Man.  University of Waterloo apparently
maps the local name 'test' to localhost, which is in the bypass list,
causing the test to fail.  So change 'test' to a name unlikely to get
mapped to localhost.
Lib/test/test_urllib2.py