We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e2142 commit 03fdeb7Copy full SHA for 03fdeb7
Lib/test/test_urllibnet.py
@@ -89,7 +89,7 @@ def test_geturl(self):
89
90
def test_getcode(self):
91
# test getcode() with the fancy opener to get 404 error codes
92
- URL = "http://www.example.com/XXXinvalidXXX"
+ URL = "http://www.pythontest.net/XXXinvalidXXX"
93
with support.transient_internet(URL):
94
with self.assertWarns(DeprecationWarning):
95
open_url = urllib.request.FancyURLopener().open(URL)
0 commit comments