summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-02-18 06:13:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-02-18 06:13:19 (GMT)
commit94912727513ccab03567cfcab01732989c0ababc (patch)
treea5401015efd3c715c72312935900e84619d2d29f /Misc
parentb1db7580611421309ab0be7c0801f4f89ecec440 (diff)
downloadcpython-94912727513ccab03567cfcab01732989c0ababc.zip
cpython-94912727513ccab03567cfcab01732989c0ababc.tar.gz
cpython-94912727513ccab03567cfcab01732989c0ababc.tar.bz2
open the cert store readonly
Patch from Chi Hsuan Yen.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f1929d..f9ccc04 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
Library
-------
+- Issue #25939: On Windows open the cert store readonly in ssl.enum_certificates.
+
- Issue #22570: Add 'path' attribute to pathlib.Path objects,
returning the same as str(), to make it more similar to DirEntry.
Library code can now write getattr(p, 'path', p) to get the path as