summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2024-04-29 20:46:25 (GMT)
committerGitHub <noreply@github.com>2024-04-29 20:46:25 (GMT)
commit96d8ca7ad6c4f23f023dd6ed0abd042b29dff4a2 (patch)
treecb7a679cab1276614b23596a4857ddcc897d3cea /Misc/NEWS.d/next/Windows
parent2ba1aed596ff9e7c5e193cf990f1f20f08bbf116 (diff)
downloadcpython-96d8ca7ad6c4f23f023dd6ed0abd042b29dff4a2.zip
cpython-96d8ca7ad6c4f23f023dd6ed0abd042b29dff4a2.tar.gz
cpython-96d8ca7ad6c4f23f023dd6ed0abd042b29dff4a2.tar.bz2
gh-118347: Fix Windows installer not updating launcher (GH-118386)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst b/Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst
new file mode 100644
index 0000000..8f02ed9
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-04-29-13-53-25.gh-issue-118347.U5ZRm_.rst
@@ -0,0 +1 @@
+Fixes launcher updates not being installed.