summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-12-15 00:39:51 +0000
committerAntoine Pitrou <solipsis@pitrou.net>2008-12-15 00:39:51 +0000
commitcc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b (patch)
tree14c0576405ac5cefc129d1c53903938727e3da03
parent122388a5a5b02add4f09d2d578f5efc69d410f0a (diff)
downloadcpython-git-cc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b.tar.gz
modify other occurrence of test_bad_address
-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 58fe282d31..ffb8b98891 100644
--- a/Lib/test/test_urllibnet.py
+++ b/Lib/test/test_urllibnet.py
@@ -137,7 +137,7 @@ class urlopenNetworkTests(unittest.TestCase):
# domain will be spared to serve its defined
# purpose.
# urllib.urlopen, "http://www.sadflkjsasadf.com/")
- urllib.urlopen, "http://www.python.invalid./")
+ urllib.urlopen, "http://sadflkjsasf.i.nvali.d/")
class urlretrieveNetworkTests(unittest.TestCase):
"""Tests urllib.urlretrieve using the network."""