summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-08-04 16:12:08 (GMT)
committerGitHub <noreply@github.com>2022-08-04 16:12:08 (GMT)
commit5b6acbaa20aa8c80c0f10986bf6c755608664023 (patch)
treea3b951275520b9a003e7254e60743802cdee2549 /Misc/NEWS.d
parent7b370b73055d757ed09c7942f4631256b27fdcb6 (diff)
downloadcpython-5b6acbaa20aa8c80c0f10986bf6c755608664023.zip
cpython-5b6acbaa20aa8c80c0f10986bf6c755608664023.tar.gz
cpython-5b6acbaa20aa8c80c0f10986bf6c755608664023.tar.bz2
gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95631)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-08-04-01-12-27.gh-issue-95587.Fvdv5q.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-08-04-01-12-27.gh-issue-95587.Fvdv5q.rst b/Misc/NEWS.d/next/Windows/2022-08-04-01-12-27.gh-issue-95587.Fvdv5q.rst
new file mode 100644
index 0000000..1033e89
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2022-08-04-01-12-27.gh-issue-95587.Fvdv5q.rst
@@ -0,0 +1,2 @@
+Fixes some issues where the Windows installer would incorrectly detect
+certain features of an existing install when upgrading.