From: Senthil Kumaran Date: Fri, 7 Apr 2017 07:56:41 +0000 (-0700) Subject: Remove Invalid comment in test_urllib2.py (#1021) X-Git-Tag: v3.5.4rc1~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=041e6006db57820dcd05f06bd15d26512c575841;p=python Remove Invalid comment in test_urllib2.py (#1021) (cherry picked from commit fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6) --- diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 49e6c82d43..3ed81ce510 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: