diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-03-17 22:02:19 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-03-17 22:02:19 (GMT) |
commit | 9cb2074fe44cfd6dd79a5f741619c376ed03da14 (patch) | |
tree | 959160565005342748211b5c3fc3b95cfc8d6dcf /Misc/NEWS | |
parent | 2bf60cb02028d4bcf31e446f2e2ae81aa23bd60c (diff) | |
download | cpython-9cb2074fe44cfd6dd79a5f741619c376ed03da14.zip cpython-9cb2074fe44cfd6dd79a5f741619c376ed03da14.tar.gz cpython-9cb2074fe44cfd6dd79a5f741619c376ed03da14.tar.bz2 |
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ Core and Builtins Library ------- +- Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store + is empty. Patch by Baji. + - Issue #26513: Fixes platform module detection of Windows Server - Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by |