From: Senthil Kumaran Date: Thu, 30 Mar 2017 06:56:52 +0000 (-0700) Subject: Remove an unrequired TODO in test_urllib2. (#897) (#900) X-Git-Tag: v3.6.2rc1~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b43a959fb1dd2e08dbf51bbc644df5ff2eb357e;p=thirdparty%2FPython%2Fcpython.git Remove an unrequired TODO in test_urllib2. (#897) (#900) (cherry picked from commit e6911a44f69c0d302db60f49952a9cf69da69a2b) --- diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 34329f87162a..308acb3724ca 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -1414,7 +1414,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 = {