Steve Dower <steve.do...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44934>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to