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 Saxomania, bn_append, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-08-20.20:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629492109.59.0.0897039442847.issue44934@roundup.psfhosted.org>
In-reply-to
Content
The logic is probably simplest if you clone the Tools/msi/path project entirely as pathappend. That will technically allow people to both prepend and append if they set both flags, but I think it's okay to say "don't do that", especially if AppendPath is only a command line option.

Per-component or optional features are complicated and best avoided if we can. For a simple on-off like this, a whole MSI is actually the simplest way to manage it.
History
Date User Action Args
2021-08-20 20:41:49steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, bn_append, Saxomania
2021-08-20 20:41:49steve.dowersetmessageid: <1629492109.59.0.0897039442847.issue44934@roundup.psfhosted.org>
2021-08-20 20:41:49steve.dowerlinkissue44934 messages
2021-08-20 20:41:49steve.dowercreate