https://hg.python.org/cpython/rev/1da9e9eaeae8 changeset: 93891:1da9e9eaeae8 branch: 3.4 parent: 93888:04c9fffde184 user: Benjamin Peterson <benjamin at python.org> date: Mon Dec 15 10:04:13 2014 -0500 summary: remove extra ssl imports (closes #23053) Patch from Jan Matejek. files: 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 --- a/Lib/test/test_urllib2_localnet.py +++ b/Lib/test/test_urllib2_localnet.py @@ -551,7 +551,6 @@ 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) -- Repository URL: https://hg.python.org/cpython