mirror of
https://github.com/python/cpython.git
synced 2026-01-09 00:42:33 +00:00
merge 3.4 (#23053)
This commit is contained in:
commit
8d33598e5d
1 changed files with 0 additions and 1 deletions
|
|
@ -551,7 +551,6 @@ def test_https(self):
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue