diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-09-08 22:16:15 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2017-09-08 22:16:15 (GMT) |
commit | e6eb48c10dc389d1d70657593de6a6cb3087d3d1 (patch) | |
tree | bd02a4603f3f89c7813c769f801880c62a1821b7 /Misc | |
parent | 0915360b9ef765bf84d4471a8a079f48c49bad68 (diff) | |
download | cpython-e6eb48c10dc389d1d70657593de6a6cb3087d3d1.zip cpython-e6eb48c10dc389d1d70657593de6a6cb3087d3d1.tar.gz cpython-e6eb48c10dc389d1d70657593de6a6cb3087d3d1.tar.bz2 |
bpo-31400: Improve SSL error handling on Windows (#3463)
* bpo-31392: Improve SSL error handling on Windows
* Remove unnecessary Windows mention in NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-08-14-19-57.bpo-31400.YOTPKi.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-08-14-19-57.bpo-31400.YOTPKi.rst b/Misc/NEWS.d/next/Library/2017-09-08-14-19-57.bpo-31400.YOTPKi.rst new file mode 100644 index 0000000..1321300 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-08-14-19-57.bpo-31400.YOTPKi.rst @@ -0,0 +1 @@ +Improves SSL error handling to avoid losing error numbers. |