summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2017-09-07 21:14:00 (GMT)
committerGitHub <noreply@github.com>2017-09-07 21:14:00 (GMT)
commit17c9ac927b97472dd080174fde709d9234848195 (patch)
treee163ab88c15117498799d17c6047756f638c99ed /Misc
parent3147b0422cbeb98065666ccf95ab6845ac800fd4 (diff)
downloadcpython-17c9ac927b97472dd080174fde709d9234848195.zip
cpython-17c9ac927b97472dd080174fde709d9234848195.tar.gz
cpython-17c9ac927b97472dd080174fde709d9234848195.tar.bz2
bpo-28958: Improve SSLContext error reporting. (#3414)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-09-06-19-41-01.bpo-28958.x4-K5F.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-06-19-41-01.bpo-28958.x4-K5F.rst b/Misc/NEWS.d/next/Library/2017-09-06-19-41-01.bpo-28958.x4-K5F.rst
new file mode 100644
index 0000000..eb4e206
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-09-06-19-41-01.bpo-28958.x4-K5F.rst
@@ -0,0 +1,2 @@
+ssl.SSLContext() now uses OpenSSL error information when a context cannot be
+instantiated.