summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-05-26 19:18:12 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-05-26 19:18:12 (GMT)
commit33bc4a29832ba2c709847ffe8fb0c7a482733f0c (patch)
tree554e43bb47022aee246f70e4135a96aa6b6b350d /Misc
parentb22c708989f8a8e155939b8938b67d3f6afafb45 (diff)
downloadcpython-33bc4a29832ba2c709847ffe8fb0c7a482733f0c.zip
cpython-33bc4a29832ba2c709847ffe8fb0c7a482733f0c.tar.gz
cpython-33bc4a29832ba2c709847ffe8fb0c7a482733f0c.tar.bz2
Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4918265..b3795fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,6 +126,9 @@ Core and Builtins
Library
-------
+- Issue #27114: Fix SSLContext._load_windows_store_certs fails with
+ PermissionError
+
- Issue #18383: Avoid creating duplicate filters when using filterwarnings
and simplefilter. Based on patch by Alex Shkop.