bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)

The option must be enabled from the command line
This commit is contained in:
bneuburg 2022-01-18 01:18:44 +01:00 committed by GitHub
parent 9e20ec4d43
commit c47c9e6589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 107 additions and 6 deletions

View file

@ -200,6 +200,12 @@ Other CPython Implementation Changes
have been removed as their values can be derived from ``exc_value``.
(Contributed by Irit Katriel in :issue:`45711`.)
* A new command line option for the Windows installer ``AppendPath`` has beend added.
It behaves similiar to ``PrependPath`` but appends the install and scripts directories
instead of prepending it.
(Contributed by Bastian Neuburger in :issue:`44934`.)
New Modules
===========