summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-01 22:19:39 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-10-01 22:19:39 (GMT)
commitc9fda9b903dc85be334e588b4be784e878248905 (patch)
treead8194aa928743c0fb0e0dd72c76fde952ed7a2f /Misc/NEWS
parentc4b7600b903aca2fec434801d8d185bd2df65076 (diff)
downloadcpython-c9fda9b903dc85be334e588b4be784e878248905.zip
cpython-c9fda9b903dc85be334e588b4be784e878248905.tar.gz
cpython-c9fda9b903dc85be334e588b4be784e878248905.tar.bz2
Issue #25165: Windows uninstallation should not remove launcher if other versions remain
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 354e9ec..b7f42a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -244,7 +244,10 @@ Build
Windows
-------
-- Issues #25112: py.exe launcher is missing icons
+- Issue #25165: Windows uninstallation should not remove launcher if other
+ versions remain
+
+- Issue #25112: py.exe launcher is missing icons
- Issue #25102: Windows installer does not precompile for -O or -OO.