]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-38338, test.pythoninfo: add more ssl infos (GH-16543)
authorVictor Stinner <vstinner@redhat.com>
Wed, 2 Oct 2019 16:36:32 +0000 (18:36 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 16:36:32 +0000 (18:36 +0200)
commit403ca7ea70232e520af18511fbfb89b58ef2a046
treee5813b1fabf03bc7259a3ef22ecaab4bedf65758
parent8eb64155ff26823542ccf0225b3d57b6ae36ea89
[2.7] bpo-38338, test.pythoninfo: add more ssl infos (GH-16543)

test.pythoninfo now logs environment variables used by OpenSSL and
Python ssl modules, and logs attributes of 3 SSL contexts
(SSLContext, default HTTPS context, stdlib context).

(cherry picked from commit 1df1c2f8df53d005ff47af81aa02c58752b84e20)
Lib/test/pythoninfo.py