summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
diff options
context:
space:
mode:
authorSenthil Kumaran <skumaran@gatech.edu>2017-03-30 06:56:57 (GMT)
committerGitHub <noreply@github.com>2017-03-30 06:56:57 (GMT)
commit0fadf25e69f3de36b5deddecd9557addc8142fdf (patch)
treed2b1a517ead62157804442d4dd76dfda3e424710 /Lib/test/test_urllib2.py
parentd1dbbaab01354f01faa696aff1280db3b349e354 (diff)
downloadcpython-0fadf25e69f3de36b5deddecd9557addc8142fdf.zip
cpython-0fadf25e69f3de36b5deddecd9557addc8142fdf.tar.gz
cpython-0fadf25e69f3de36b5deddecd9557addc8142fdf.tar.bz2
Remove an unrequired TODO in test_urllib2. (#897) (#901)
(cherry picked from commit e6911a44f69c0d302db60f49952a9cf69da69a2b)
Diffstat (limited to 'Lib/test/test_urllib2.py')
-rw-r--r--Lib/test/test_urllib2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
index eda7ccc..8c11b40 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -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 = {