]> granicus.if.org Git - python/commitdiff
Remove Invalid comment in test_urllib2.py (#1020)
authorSenthil Kumaran <skumaran@gatech.edu>
Fri, 7 Apr 2017 07:19:08 +0000 (00:19 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 07:19:08 +0000 (00:19 -0700)
Lib/test/test_urllib2.py

index d50211c59857e13fa7888334cda1309b256b37c8..876fcd4199fb9235c894aea5f5b60baac19542e3 100644 (file)
@@ -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: