mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Remove Invalid comment in test_urllib2.py. (#1022)
(cherry picked from commit fd0cd07a5a
)
This commit is contained in:
parent
ed278448da
commit
19d61b265f
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue