summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllibnet.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-12-15 13:08:55 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-12-15 13:08:55 (GMT)
commit8fd33d3592ceb2304305f8272cc61c6cc234e866 (patch)
tree3c21bf56b68de38cb1f31edce2f3a2f25783d87e /Lib/test/test_urllibnet.py
parent386220068c3032e244d52ee6c94864a47508506c (diff)
downloadcpython-8fd33d3592ceb2304305f8272cc61c6cc234e866.zip
cpython-8fd33d3592ceb2304305f8272cc61c6cc234e866.tar.gz
cpython-8fd33d3592ceb2304305f8272cc61c6cc234e866.tar.bz2
Merged revisions 67777,67779 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67777 | antoine.pitrou | 2008-12-14 23:33:55 +0100 (dim., 14 déc. 2008) | 3 lines try to fix failure in test_bad_address on some buildbots ........ r67779 | antoine.pitrou | 2008-12-15 01:39:51 +0100 (lun., 15 déc. 2008) | 1 line modify other occurrence of test_bad_address ........
Diffstat (limited to 'Lib/test/test_urllibnet.py')
-rw-r--r--Lib/test/test_urllibnet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_urllibnet.py b/Lib/test/test_urllibnet.py
index 695541c..e2c8af3 100644
--- a/Lib/test/test_urllibnet.py
+++ b/Lib/test/test_urllibnet.py
@@ -139,7 +139,7 @@ class urlopenNetworkTests(unittest.TestCase):
# purpose.
# urllib.urlopen, "http://www.sadflkjsasadf.com/")
urllib.request.urlopen,
- "http://www.python.invalid./")
+ "http://sadflkjsasf.i.nvali.d/")
class urlretrieveNetworkTests(unittest.TestCase):
"""Tests urllib.request.urlretrieve using the network."""