This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients georg.brandl, ned.deily, ronaldoussoren
Date 2011-01-29.03:47:06
SpamBayes Score 3.780487e-11
Marked as misclassified No
Message-id <1296272827.91.0.103223659215.issue11054@psf.upfronthosting.co.za>
In-reply-to
Content
During the 3.2rc1 release cycle, it was discovered that it was no longer possible to build the 32-bit installer on OS X 10.5 as customary with the system Python 2.5 due to an inadvertent 2.6 feature ("with") added to the OS X installer build script.  This unnecessarily complicates the installer build process and violates past attempts to keep the installer script buildable with the system Python and compatible across current Python 2.x and 3.x releases.  The attached patch to the installer script removes the "with", properly guards a new Python 3 only build step, and updates the comments and README file.  The patched build script has been tested on both OS X 10.5 and 10.6.  This patch should be included in 3.2rc2.
History
Date User Action Args
2011-01-29 03:47:07ned.deilysetrecipients: + ned.deily, georg.brandl, ronaldoussoren
2011-01-29 03:47:07ned.deilysetmessageid: <1296272827.91.0.103223659215.issue11054@psf.upfronthosting.co.za>
2011-01-29 03:47:07ned.deilylinkissue11054 messages
2011-01-29 03:47:07ned.deilycreate