summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-31 19:41:46 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-10-31 19:41:46 (GMT)
commit04a4316acc1bc4cfeb131517ddeac34f50c6c5c9 (patch)
treefd7b45293e194d1793af0fb9c688ba0c08c0d93b /Misc
parent940f6a8f11b5ef0f9fa85b0be4b95608efebb2e8 (diff)
downloadcpython-04a4316acc1bc4cfeb131517ddeac34f50c6c5c9.zip
cpython-04a4316acc1bc4cfeb131517ddeac34f50c6c5c9.tar.gz
cpython-04a4316acc1bc4cfeb131517ddeac34f50c6c5c9.tar.bz2
Issue #25450: Updates shortcuts to start Python in installation directory.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47c129b..5b02c78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,8 @@ Build
Windows
-------
+- Issue #25450: Updates shortcuts to start Python in installation directory.
+
- Issue #25164: Changes default all-users install directory to match per-user
directory.