summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-01-29 18:56:28 (GMT)
committerNed Deily <nad@acm.org>2011-01-29 18:56:28 (GMT)
commite59e4c5e563a563e2df01a03a67ac393f7a02e9f (patch)
treef75dfabf9e0491ec38a5aae36d33e014246edd81 /Misc
parent806c944edb4919288bfec7b24079df1472d42055 (diff)
downloadcpython-e59e4c5e563a563e2df01a03a67ac393f7a02e9f.zip
cpython-e59e4c5e563a563e2df01a03a67ac393f7a02e9f.tar.gz
cpython-e59e4c5e563a563e2df01a03a67ac393f7a02e9f.tar.bz2
Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
the system-provided Python. Also, properly guard a new Python 3 only installer build step so that build-installer.py can stay compatible with the 2.7 version. (with release manager approval for 3.2rc2)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0b0bfe..49e2341 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,6 +73,13 @@ Library
- Issue #9509: argparse now properly handles IOErrors raised by
argparse.FileType.
+Build
+-----
+
+- Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
+ the system-provided Python.
+
+
What's New in Python 3.2 Release Candidate 1
============================================