Remove Invalid comment in test_urllib2.py (#1021)

(cherry picked from commit fd0cd07a5a)
This commit is contained in:
Senthil Kumaran 2017-04-07 00:56:41 -07:00 committed by GitHub
parent 2cfe583ac8
commit 041e6006db

View file

@ -833,7 +833,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: