Remove Invalid comment in test_urllib2.py. (#1022)

(cherry picked from commit fd0cd07a5a)
This commit is contained in:
Senthil Kumaran 2017-04-07 00:56:59 -07:00 committed by GitHub
parent ed278448da
commit 19d61b265f

View file

@ -848,7 +848,6 @@ class HandlerTests(unittest.TestCase):
req = Request(url) req = Request(url)
try: try:
h.file_open(req) h.file_open(req)
# XXXX remove OSError when bug fixed
except urllib.error.URLError: except urllib.error.URLError:
self.assertFalse(ftp) self.assertFalse(ftp)
else: else: