From: Senthil Kumaran Date: Fri, 7 Apr 2017 07:56:59 +0000 (-0700) Subject: Remove Invalid comment in test_urllib2.py. (#1022) X-Git-Tag: v3.6.2rc1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19d61b265fabed01ebfb8eae9855f2ee59ff591b;p=thirdparty%2FPython%2Fcpython.git Remove Invalid comment in test_urllib2.py. (#1022) (cherry picked from commit fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6) --- 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: