diff -r 2bda1065e931 Lib/test/test_urllib2.py --- a/Lib/test/test_urllib2.py Sun Mar 09 20:59:24 2014 -0500 +++ b/Lib/test/test_urllib2.py Sat Mar 15 01:00:21 2014 -0400 @@ -1227,7 +1227,7 @@ self.assertTrue(_proxy_bypass_macosx_sysconf(host, bypass), 'expected bypass of %s to be True' % host) # Check hosts that should not trigger the proxy bypass - for host in ('abc.foo.bar', 'bar.com', '127.0.0.2', '10.11.0.1', 'test'): + for host in ('abc.foo.bar', 'bar.com', '127.0.0.2', '10.11.0.1', 'testMacProxyBypass'): self.assertFalse(_proxy_bypass_macosx_sysconf(host, bypass), 'expected bypass of %s to be False' % host)