Thanks to visit codestin.com Credit goes to github.com
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 93b4b47 commit fd0cd07Copy full SHA for fd0cd07
1 file changed
Lib/test/test_urllib2.py
@@ -848,7 +848,6 @@ def test_file(self):
848
req = Request(url)
849
try:
850
h.file_open(req)
851
- # XXXX remove OSError when bug fixed
852
except urllib.error.URLError:
853
self.assertFalse(ftp)
854
else:
0 commit comments