diff options
author | Christian Heimes <christian@python.org> | 2017-09-07 23:45:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 23:45:39 (GMT) |
commit | 6c99b652f7909f86753b9e567ea18c95ee736e83 (patch) | |
tree | 776c80884616295957d07048b66ee6f5c7daca3c /Misc/NEWS.d | |
parent | fb4c28c032e26b3cdbe67eae3769d45207ac3507 (diff) | |
download | cpython-6c99b652f7909f86753b9e567ea18c95ee736e83.zip cpython-6c99b652f7909f86753b9e567ea18c95ee736e83.tar.gz cpython-6c99b652f7909f86753b9e567ea18c95ee736e83.tar.bz2 |
[3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432)
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 17c9ac9)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-06-19-41-01.bpo-28958.x4-K5F.rst | 2 |
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. |