summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-07-03 22:16:37 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-07-03 22:16:37 (GMT)
commitf92673c25419d85e96b2aac084682bc109b68635 (patch)
treea828214248e72581277abe1797fe49fdfe6fcb47 /Misc
parentac2bd5b1e8c5d8ee04c12ef6f34f1c9f1f8338c0 (diff)
parenta09ef0389badf6646e1d470d722880e6d5d65f33 (diff)
downloadcpython-f92673c25419d85e96b2aac084682bc109b68635.zip
cpython-f92673c25419d85e96b2aac084682bc109b68635.tar.gz
cpython-f92673c25419d85e96b2aac084682bc109b68635.tar.bz2
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f440b18..3d9671c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,6 +100,11 @@ Documentation
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.
+Build
+-----
+
+- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
+
What's New in Python 3.5.0 beta 2?
==================================