summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-10-03 21:27:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-10-03 21:27:05 (GMT)
commit5915b0f924152b4801c1fe49aff348fd1981cc05 (patch)
treefd507980526910467e5f213624f12d41471f18bd /Misc/NEWS
parent7280561b5b2363c50797fbec301fefcd1e5a8040 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8602e8d..5934d5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.