summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <skumaran@gatech.edu>2017-04-07 07:56:59 (GMT)
committerGitHub <noreply@github.com>2017-04-07 07:56:59 (GMT)
commit19d61b265fabed01ebfb8eae9855f2ee59ff591b (patch)
treec1d277f94e28366e6fca61639d971c1d851fb4b4
parented278448daa4afb78d1af57b0c179097477f9832 (diff)
downloadcpython-19d61b265fabed01ebfb8eae9855f2ee59ff591b.zip
cpython-19d61b265fabed01ebfb8eae9855f2ee59ff591b.tar.gz
cpython-19d61b265fabed01ebfb8eae9855f2ee59ff591b.tar.bz2
Remove Invalid comment in test_urllib2.py. (#1022)
(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 d50211c..876fcd4 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: