diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-05-26 12:18:12 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-05-26 12:18:12 -0700 |
commit | 177fe35798123c29eefe2da1b8dfc2263c5c86e8 (patch) | |
tree | 45e56c66e1c15935f039be234ece3176f0488fce /Misc | |
parent | 3215f81072a7e6bf0989a24d048357ca6aae43db (diff) | |
download | cpython-177fe35798123c29eefe2da1b8dfc2263c5c86e8.tar.gz |
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. |