Remove Invalid comment in test_urllib2.py (#1020)
This commit is contained in:
parent
93b4b47e3a
commit
fd0cd07a5a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue