New submission from Ned Deily <n...@acm.org>: 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.
---------- assignee: ned.deily components: Build, Macintosh files: issue_synch_installer_py3k.patch keywords: patch messages: 127377 nosy: georg.brandl, ned.deily, ronaldoussoren priority: release blocker severity: normal stage: patch review status: open title: OS X installer build script for 3.2 can no longer build with system Python on OS X 10.5 versions: Python 3.2 Added file: http://bugs.python.org/file20595/issue_synch_installer_py3k.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11054> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com