]> granicus.if.org Git - python/commitdiff
Remove an unrequired TODO in test_urllib2. (#897) (#901)
authorSenthil Kumaran <skumaran@gatech.edu>
Thu, 30 Mar 2017 06:56:57 +0000 (23:56 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 06:56:57 +0000 (23:56 -0700)
(cherry picked from commit e6911a44f69c0d302db60f49952a9cf69da69a2b)

Lib/test/test_urllib2.py

index eda7cccc6035a6b5d3742de67a521fb70895f4dc..8c11b40daa099a8eccfc9417686bbdddb1034136 100644 (file)
@@ -1341,7 +1341,6 @@ class HandlerTests(unittest.TestCase):
         self.assertEqual(req.host, "proxy.example.com:3128")
         self.assertEqual(req.get_header("Proxy-authorization"), "FooBar")
 
-    # TODO: This should be only for OSX
     @unittest.skipUnless(sys.platform == 'darwin', "only relevant for OSX")
     def test_osx_proxy_bypass(self):
         bypass = {