]> granicus.if.org Git - python/commitdiff
Remove Invalid comment in test_urllib2.py (#1021)
authorSenthil Kumaran <skumaran@gatech.edu>
Fri, 7 Apr 2017 07:56:41 +0000 (00:56 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 07:56:41 +0000 (00:56 -0700)
(cherry picked from commit fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6)

Lib/test/test_urllib2.py

index 49e6c82d4339a829bd1a5912345082e62693c4bd..3ed81ce5105119bd6c2c83519c2b3eb6bbdbdad3 100644 (file)
@@ -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: