summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <skumaran@gatech.edu>2017-04-07 07:56:41 (GMT)
committerGitHub <noreply@github.com>2017-04-07 07:56:41 (GMT)
commit041e6006db57820dcd05f06bd15d26512c575841 (patch)
tree888d96a20890bb9fb6c6c8be9a6e86ddbe75f319
parent2cfe583ac8d3eaa98e3d2aca597577ce4787ca20 (diff)
downloadcpython-041e6006db57820dcd05f06bd15d26512c575841.zip
cpython-041e6006db57820dcd05f06bd15d26512c575841.tar.gz
cpython-041e6006db57820dcd05f06bd15d26512c575841.tar.bz2
Remove Invalid comment in test_urllib2.py (#1021)
(cherry picked from commit fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6)
-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 49e6c82..3ed81ce 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -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: