[issue22398] Tools/msi enhancements for 2.7

Steve Dower report at bugs.python.org
Fri Sep 12 20:46:13 CEST 2014


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 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.

----------
assignee: steve.dower
components: Installation, Windows
files: Tool_msi_27.patch
keywords: patch
messages: 226839
nosy: pitrou, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Tools/msi enhancements for 2.7
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file36613/Tool_msi_27.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22398>
_______________________________________


More information about the Python-bugs-list mailing list