diff options
author | Ned Deily <nad@acm.org> | 2011-01-29 18:56:28 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-01-29 18:56:28 (GMT) |
commit | e59e4c5e563a563e2df01a03a67ac393f7a02e9f (patch) | |
tree | f75dfabf9e0491ec38a5aae36d33e014246edd81 /Misc | |
parent | 806c944edb4919288bfec7b24079df1472d42055 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ============================================ |