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)
diff --git a/Misc/NEWS b/Misc/NEWS
index c0b0bfe..49e2341 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,6 +73,13 @@
 - 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
 ============================================