summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib2.py
diff options
context:
space:
mode:
authorSenthil Kumaran <skumaran@gatech.edu>2017-04-07 00:19:08 -0700
committerGitHub <noreply@github.com>2017-04-07 00:19:08 -0700
commitfd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6 (patch)
tree51ff6e6b33528826c6943b30b28c32757ac1666f /Lib/test/test_urllib2.py
parent93b4b47e3a720171d67f3b608de406aef462835c (diff)
downloadcpython-git-fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6.tar.gz
Remove Invalid comment in test_urllib2.py (#1020)
Diffstat (limited to 'Lib/test/test_urllib2.py')
-rw-r--r--Lib/test/test_urllib2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
index d50211c598..876fcd4199 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -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: