diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-15 10:05:13 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-15 10:05:13 -0500 |
commit | 8d33598e5dd021aaac4f155ab319bad3ba4e1eef (patch) | |
tree | 9228bc46f8a872e48f1729dd4868ee1db19d555c | |
parent | 65ee4674e290ba893509f51f192dd1c9aa3a0422 (diff) | |
parent | 4c11c92578c32f218f8840ab56c4cc8df9923172 (diff) | |
download | cpython-git-8d33598e5dd021aaac4f155ab319bad3ba4e1eef.tar.gz |
merge 3.4 (#23053)
-rw-r--r-- | Lib/test/test_urllib2_localnet.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2_localnet.py b/Lib/test/test_urllib2_localnet.py index e17b2251af..0650aa2744 100644 --- a/Lib/test/test_urllib2_localnet.py +++ b/Lib/test/test_urllib2_localnet.py @@ -551,7 +551,6 @@ class TestUrlopen(unittest.TestCase): def test_https_with_cafile(self): handler = self.start_https_server(certfile=CERT_localhost) - import ssl # Good cert data = self.urlopen("https://localhost:%s/bizarre" % handler.port, cafile=CERT_localhost) |