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 5b507b9 commit d86cbc6Copy full SHA for d86cbc6
Lib/test/test_urllib.py
@@ -189,7 +189,6 @@ def test_remote_authority(self):
189
with self.assertRaises(urllib.error.URLError) as e:
190
urllib.request.urlopen(url)
191
if os.name == 'nt':
192
- self.assertEqual(e.exception.reason, 'The network path was not found')
193
self.assertEqual(e.exception.filename, r'\\pythontest.net\foo\bar')
194
else:
195
self.assertEqual(e.exception.reason, 'file:// scheme is supported only on localhost')
0 commit comments