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 bethard
Recipients atuining, bethard, loewis, tarek
Date 2009-05-05.02:23:27
SpamBayes Score 2.3841098e-08
Marked as misclassified No
Message-id <1241490212.45.0.0852179688809.issue5311@psf.upfronthosting.co.za>
In-reply-to
Content
> You commit to the trunk, then you do "svnmerge merge -r<rev>" in the 
> 3k branch, then "svn commit -F svnmerge-something.txt" (in case of
> conflicts, you fix them first, of course).

Done in r72306 for trunk and r72309 for 3k. Thanks.

> I'm not sure - I think the install script must run several times
> actually, so there must be several custom actions, each with its own
> condition.

Yep. That's what the patch does - adds a CustomAction and an entry in
InstallExecuteSequence for each version.

> Well, if there had been separate packages per version, you could 
> install them independently, anyway.

For what it's worth, you still have this option if anyone wants to
distribute multiple MSIs. Simply pass --target-version to bdist_msi, and
you'll get an MSI for only the selected version of Python that you can
install independently of other MSIs generated with --target-version.
History
Date User Action Args
2009-05-05 02:23:32bethardsetrecipients: + bethard, loewis, atuining, tarek
2009-05-05 02:23:32bethardsetmessageid: <1241490212.45.0.0852179688809.issue5311@psf.upfronthosting.co.za>
2009-05-05 02:23:30bethardlinkissue5311 messages
2009-05-05 02:23:27bethardcreate