Remove Invalid comment in test_urllib2.py (#1020)

This commit is contained in:
Senthil Kumaran 2017-04-07 00:19:08 -07:00 committed by GitHub
parent 93b4b47e3a
commit fd0cd07a5a
1 changed files with 0 additions and 1 deletions

View File

@ -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: