Commit fd0cd07a authored by Senthil Kumaran's avatar Senthil Kumaran Committed by GitHub

Remove Invalid comment in test_urllib2.py (#1020)

parent 93b4b47e
......@@ -848,7 +848,6 @@ class HandlerTests(unittest.TestCase):
req = Request(url)
try:
h.file_open(req)
# XXXX remove OSError when bug fixed
except urllib.error.URLError:
self.assertFalse(ftp)
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment