diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-09 16:02:55 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-09 16:02:55 (GMT) |
commit | 6d7ad13a458afdf2cbdd0c3349b0589d7776cc8a (patch) | |
tree | 47e14221e1b28d34be82fe6a3e5fa554c03f51a1 /Misc | |
parent | 302b8c31ecefba371271ca51359ef30fcb3ddbcd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |