[Python-checkins] r83070 - python/branches/release27-maint/Mac/BuildScript/build-installer.py

ronald.oussoren python-checkins at python.org
Fri Jul 23 13:11:26 CEST 2010


Author: ronald.oussoren
Date: Fri Jul 23 13:11:26 2010
New Revision: 83070

Log:
Fix for issue 9275: the OSX installer no longer installs links in /usr/local

This was an unintentional change to the 2.7 installer, and confuses users.


Modified:
   python/branches/release27-maint/Mac/BuildScript/build-installer.py

Modified: python/branches/release27-maint/Mac/BuildScript/build-installer.py
==============================================================================
--- python/branches/release27-maint/Mac/BuildScript/build-installer.py	(original)
+++ python/branches/release27-maint/Mac/BuildScript/build-installer.py	Fri Jul 23 13:11:26 2010
@@ -275,7 +275,7 @@
                 is not necessary to use Python.
                 """,
             required=False,
-            selected='unselected',
+            selected='selected',
         ),
         dict(
             name="PythonDocumentation",


More information about the Python-checkins mailing list