diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-10-03 21:27:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-10-03 21:27:05 (GMT) |
commit | 5915b0f924152b4801c1fe49aff348fd1981cc05 (patch) | |
tree | fd507980526910467e5f213624f12d41471f18bd /Misc/NEWS | |
parent | 7280561b5b2363c50797fbec301fefcd1e5a8040 (diff) | |
download | cpython-5915b0f924152b4801c1fe49aff348fd1981cc05.zip cpython-5915b0f924152b4801c1fe49aff348fd1981cc05.tar.gz cpython-5915b0f924152b4801c1fe49aff348fd1981cc05.tar.bz2 |
also use openssl envvars to find certs on windows (closes #22449)
Patch by Christian Heimes and Alex Gaynor.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and Builtins Library ------- +- Issue #22449: In the ssl.SSLContext.load_default_certs, consult the + enviromental variables SSL_CERT_DIR and SSL_CERT_FILE on Windows. + - Issue #20076: Added non derived UTF-8 aliases to locale aliases table. - Issue #20079: Added locales supported in glibc 2.18 to locale alias table. |