diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-26 19:18:12 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-26 19:18:12 (GMT) |
commit | 33bc4a29832ba2c709847ffe8fb0c7a482733f0c (patch) | |
tree | 554e43bb47022aee246f70e4135a96aa6b6b350d /Misc | |
parent | b22c708989f8a8e155939b8938b67d3f6afafb45 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |