From: Senthil Kumaran Date: Fri, 7 Apr 2017 07:19:08 +0000 (-0700) Subject: Remove Invalid comment in test_urllib2.py (#1020) X-Git-Tag: v3.7.0a1~999 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6;p=thirdparty%2FPython%2Fcpython.git Remove Invalid comment in test_urllib2.py (#1020) --- diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index d50211c59857..876fcd4199fb 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: