mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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:
parent
9e20ec4d43
commit
c47c9e6589
11 changed files with 107 additions and 6 deletions
|
@ -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
|
||||
===========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue