Staging
v0.5.1
https://github.com/python/cpython
Revision 183733dfb6b4779d1a5e47f41a2fb86c6be08dda authored by Miss Islington (bot) on 02 October 2019, 16:52:50 UTC, committed by GitHub on 02 October 2019, 16:52:50 UTC

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 b3e7045f8314e7b62cd95861d207fe2f97e47198)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent a72de93
Raw File
Tip revision: 183733dfb6b4779d1a5e47f41a2fb86c6be08dda authored by Miss Islington (bot) on 02 October 2019, 16:52:50 UTC
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
Tip revision: 183733d
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top