summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-06-15 22:13:28 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-06-15 22:13:28 (GMT)
commitf88d83b922d3525ec65dbfe03e27f197ef1a9021 (patch)
treea5f13f1c05af824b4ef3259b43ee2a9407d13531 /Misc
parentdccc5edfa15890fb17afda19ab40b33810afab83 (diff)
downloadcpython-f88d83b922d3525ec65dbfe03e27f197ef1a9021.zip
cpython-f88d83b922d3525ec65dbfe03e27f197ef1a9021.tar.gz
cpython-f88d83b922d3525ec65dbfe03e27f197ef1a9021.tar.bz2
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d81a374..fe847b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,7 @@ Library
locale encoding, and fix get_begidx() and get_endidx() to return code point
indexes.
+- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
What's New in Python 3.5.2 final?
=================================