From cc5b64a70ac5fb7497b9757d4d0ddc9ccdc2f64b Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 15 Dec 2008 00:39:51 +0000 Subject: [PATCH] modify other occurrence of test_bad_address --- Lib/test/test_urllibnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" -- 2.50.1