summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-09 16:02:55 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-06-09 16:02:55 (GMT)
commit6d7ad13a458afdf2cbdd0c3349b0589d7776cc8a (patch)
tree47e14221e1b28d34be82fe6a3e5fa554c03f51a1 /Misc
parent302b8c31ecefba371271ca51359ef30fcb3ddbcd (diff)
downloadcpython-6d7ad13a458afdf2cbdd0c3349b0589d7776cc8a.zip
cpython-6d7ad13a458afdf2cbdd0c3349b0589d7776cc8a.tar.gz
cpython-6d7ad13a458afdf2cbdd0c3349b0589d7776cc8a.tar.bz2
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
the default locations for cafile and capath.
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 cfddde9..fd54ea6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -115,6 +115,9 @@ Core and Builtins
Library
-------
+- Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
+ the default locations for cafile and capath.
+
- Issue #17314: Move multiprocessing.forking over to importlib.
- Issue #11959: SMTPServer and SMTPChannel now take an optional map, use of