summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-12-11 23:55:42 (GMT)
committerNed Deily <nad@acm.org>2014-12-11 23:55:42 (GMT)
commit0be4b1ef58f7602c03f69594b84ba6908728acb2 (patch)
treeb2e3060bcced32f724f86c853a837da588a90882 /Misc
parent78cf9a56a3fc39df44ce7cef6fe0483ccc23062d (diff)
downloadcpython-0be4b1ef58f7602c03f69594b84ba6908728acb2.zip
cpython-0be4b1ef58f7602c03f69594b84ba6908728acb2.tar.gz
cpython-0be4b1ef58f7602c03f69594b84ba6908728acb2.tar.bz2
Issue #23032: Fix installer build failures on OS X 10.4 Tiger
by disabling assembly code in the OpenSSL build.
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 6f4e552..3f86e90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,12 @@ IDLE
- Issue #16893: Update Idle doc chapter to match current Idle and add new
information.
+Build
+-----
+
+- Issue #23032: Fix installer build failures on OS X 10.4 Tiger
+ by disabling assembly code in the OpenSSL build.
+
What's New in Python 2.7.9?
===========================