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 steve.dower
Recipients pitrou, steve.dower, tim.golden, zach.ware
Date 2014-09-12.18:46:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410547573.26.0.0466053668999.issue22398@psf.upfronthosting.co.za>
In-reply-to
Content
This patch has some minor changes to the build scripts for Python 2.7 on Windows. They're fully tested on my build machine, but I wanted someone who's more familiar with how the buildbots are set up to either confirm that the Tools/msi scripts are not used or that the changes won't have an impact.

The Tools/msi/msi.py changes to use environment variables are mostly to make my life easier. Apparently the old way was to actually modify the file before making an official release...

The Tools/msi/msilib.py fix is necessary because of some new files that were added for 2.7.9. Technically it's a release blocker, though it won't actually hold anything up since I spotted it.
History
Date User Action Args
2014-09-12 18:46:13steve.dowersetrecipients: + steve.dower, pitrou, tim.golden, zach.ware
2014-09-12 18:46:13steve.dowersetmessageid: <1410547573.26.0.0466053668999.issue22398@psf.upfronthosting.co.za>
2014-09-12 18:46:13steve.dowerlinkissue22398 messages
2014-09-12 18:46:12steve.dowercreate