diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-01 22:19:39 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-01 22:19:39 (GMT) |
commit | c9fda9b903dc85be334e588b4be784e878248905 (patch) | |
tree | ad8194aa928743c0fb0e0dd72c76fde952ed7a2f /Misc/NEWS | |
parent | c4b7600b903aca2fec434801d8d185bd2df65076 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |