summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-12-06 04:47:34 (GMT)
committerNed Deily <nad@acm.org>2015-12-06 04:47:34 (GMT)
commit3afd9c17b69779745a7b3ea2e8abbdea6b7ef277 (patch)
tree05fb9b080e60ec2ac854b87cc31f9ebec3ff6541 /Misc
parent4f1aeaef3d0f943d2f1a24c7ccab0f2a6a2e5e97 (diff)
downloadcpython-3afd9c17b69779745a7b3ea2e8abbdea6b7ef277.zip
cpython-3afd9c17b69779745a7b3ea2e8abbdea6b7ef277.tar.gz
cpython-3afd9c17b69779745a7b3ea2e8abbdea6b7ef277.tar.bz2
Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
and link with OpenSSL 1.0.2e.
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 54dd101..1bef367 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,12 @@ Tests
- Issue #25616: Tests for OrderedDict are extracted from test_collections
into separate file test_ordered_dict.
+Build
+-----
+
+- Issue #25798: Update OS X 10.5+ 32-bit-only installer to build
+ and link with OpenSSL 1.0.2e.
+
What's New in Python 2.7.11?
============================