summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-07-05 03:53:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-07-05 03:53:11 (GMT)
commit63eaf7b73daf917454a855041c4c99278787c7a1 (patch)
treebd2ea62021541d0f7860f1e47e2544d279789740 /Misc
parente54d5321cc527d0c97a95b90b2754f6494e7b3e1 (diff)
parent2e770ce9a09c129fed6646e5b30560e06a3b8183 (diff)
downloadcpython-63eaf7b73daf917454a855041c4c99278787c7a1.zip
cpython-63eaf7b73daf917454a855041c4c99278787c7a1.tar.gz
cpython-63eaf7b73daf917454a855041c4c99278787c7a1.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1391c82..8599353 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -102,6 +102,12 @@ Documentation
- Issue #24351: Clarify what is meant by "identifier" in the context of
string.Template instances.
+Build
+-----
+
+- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
+ 1.0.2c.
+
What's New in Python 3.5.0 beta 2?
==================================