[issue22398] Tools/msi enhancements for 2.7

2014-09-13 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue22398] Tools/msi enhancements for 2.7

2014-09-12 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue22398] Tools/msi enhancements for 2.7

2014-09-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c55a7bfec0c by Steve Dower in branch '2.7': #22398 Tools/msi enhancements for 2.7 http://hg.python.org/cpython/rev/5c55a7bfec0c -- nosy: +python-dev ___ Python tracker

[issue22398] Tools/msi enhancements for 2.7

2014-09-12 Thread Steve Dower
Steve Dower added the comment: Thanks for confirming. Somehow I never noticed the import config line - guess that's a pattern I'm not really used to seeing. Still, I prefer having the env variables there as I invoke the scripts through some batch files (very specific to my machine, unfortunate

[issue22398] Tools/msi enhancements for 2.7

2014-09-12 Thread Zachary Ware
Zachary Ware added the comment: Actually, I think the method Martin used was to create a local config.py in Tools/msi/, which provided the proper settings for the release. See http://hg.python.org/cpython/file/2.7/Tools/msi/msi.py#l37 Either way, the buildbots are completely unaffected by Too

[issue22398] Tools/msi enhancements for 2.7

2014-09-12 Thread Steve Dower
New submission from Steve Dower: 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 t