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 db3l
Recipients benjamin.peterson, db3l, eric.araujo, ezio.melotti, kushal.das, loewis, python-dev, twouters, vstinner
Date 2014-04-28.19:54:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398714895.26.0.0490679808421.issue17861@psf.upfronthosting.co.za>
In-reply-to
Content
This generator script breaks the daily OSX DMG builds on my bolen-dmg buildslave for the 3.x branch.

The issue is with the use of "with" as the slave uses Python 2.5 to build the installer.  Now, that's old, and I'm not even sure how necessary the daily builds are to keep running, but I believe the Mac build-installer script still tries to target 2.5 as a minimum - though I'm not sure if that's true for all build tools.  But the fix is fairly simple (a __future__ import).

See attached patch.

Alternatively, if the minimum Python to build the installer should be bumped, I can work on that for the slave.
History
Date User Action Args
2014-04-28 19:54:55db3lsetrecipients: + db3l, loewis, twouters, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, python-dev, kushal.das
2014-04-28 19:54:55db3lsetmessageid: <1398714895.26.0.0490679808421.issue17861@psf.upfronthosting.co.za>
2014-04-28 19:54:55db3llinkissue17861 messages
2014-04-28 19:54:55db3lcreate