diff options
author | Senthil Kumaran <skumaran@gatech.edu> | 2017-03-30 06:56:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 06:56:52 (GMT) |
commit | 1b43a959fb1dd2e08dbf51bbc644df5ff2eb357e (patch) | |
tree | e9aea530ca6f2098ab5900064b5a6ae2529f180c /Lib/test | |
parent | da6ad2f780d187fbfdea330d1037766ae7bdb778 (diff) | |
download | cpython-1b43a959fb1dd2e08dbf51bbc644df5ff2eb357e.zip cpython-1b43a959fb1dd2e08dbf51bbc644df5ff2eb357e.tar.gz cpython-1b43a959fb1dd2e08dbf51bbc644df5ff2eb357e.tar.bz2 |
Remove an unrequired TODO in test_urllib2. (#897) (#900)
(cherry picked from commit e6911a44f69c0d302db60f49952a9cf69da69a2b)
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_urllib2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 34329f8..308acb3 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 = { |