summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorbneuburg <bastian.neuburger@gmail.com>2022-01-18 00:18:44 (GMT)
committerGitHub <noreply@github.com>2022-01-18 00:18:44 (GMT)
commitc47c9e6589eb7a272cfe4d352eb87389eb20ec2f (patch)
tree715cba1337e28d4d2d78a123e4590963422b700b /Doc/whatsnew
parent9e20ec4d437993715a8d1317a9b80043e6c07fe1 (diff)
downloadcpython-c47c9e6589eb7a272cfe4d352eb87389eb20ec2f.zip
cpython-c47c9e6589eb7a272cfe4d352eb87389eb20ec2f.tar.gz
cpython-c47c9e6589eb7a272cfe4d352eb87389eb20ec2f.tar.bz2
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
The option must be enabled from the command line
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.11.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 96d6e26..5563e3d 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -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
===========