summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-07-24 23:24:47 (GMT)
committerNed Deily <nad@acm.org>2015-07-24 23:24:47 (GMT)
commit71f70b8f1a87ee3fc2750776eb24d8c906884f84 (patch)
tree62b01735c4ee1087d87193cbfb76911842d8dc60 /Misc/NEWS
parentc3f417dc47b3a9564608c98cd176c530d9ebdf09 (diff)
parentf05b79dbd286f6723ee717c31766c97551e4e34d (diff)
downloadcpython-71f70b8f1a87ee3fc2750776eb24d8c906884f84.zip
cpython-71f70b8f1a87ee3fc2750776eb24d8c906884f84.tar.gz
cpython-71f70b8f1a87ee3fc2750776eb24d8c906884f84.tar.bz2
Issue #24603: merge from 3.4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5b3559..d8922be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,7 +70,8 @@ Library
Build
-----
-- Issue #24603: Update the Windows build to use OpenSSL 1.0.2d.
+- Issue #24603: Update Windows builds and OS X 10.5 installer to use OpenSSL
+ 1.0.2d.
What's New in Python 3.5.0 beta 3?