We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4615076 commit 3bc3567Copy full SHA for 3bc3567
Lib/test/test_urllibnet.py
@@ -104,7 +104,7 @@ def test_fileno(self):
104
# test can't pass on Windows.
105
return
106
# Make sure fd returned by fileno is valid.
107
- with self.urlopen("http://www.example.com/", timeout=None) as open_url:
+ with self.urlopen("http://www.google.com/", timeout=None) as open_url:
108
fd = open_url.fileno()
109
with os.fdopen(fd, 'rb') as f:
110
self.assertTrue(f.read(), "reading from file created using fd "
0 commit comments