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 paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-07-09.03:31:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436412678.9.0.510534830854.issue24585@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't touch anything significant outside the installer, so I just committed it. Feel free to read over the change and comment here if you want, but we unfortunately won't get complete testing of this until rc1.

I added some helpers for faking out version numbers, so if you want to try building the installer you can do:

tools\msi\build.bat -x86
move PCBuild\win32\en-us test350
msbuild tools\msi\bundle\snapshot.wixproj /p:OverrideVersion=3.5.1 /t:Rebuild
move PCBuild\win32\en-us test351

which will give you two installers with different versions (though the actual interpreter is unaffected). Or just hold out for the actual releases - I'll be testing it in the meantime.
History
Date User Action Args
2015-07-09 03:31:18steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, python-dev, zach.ware
2015-07-09 03:31:18steve.dowersetmessageid: <1436412678.9.0.510534830854.issue24585@psf.upfronthosting.co.za>
2015-07-09 03:31:18steve.dowerlinkissue24585 messages
2015-07-09 03:31:17steve.dowercreate