diff options
author | Steve Dower <steve.dower@python.org> | 2022-08-04 16:12:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 16:12:08 (GMT) |
commit | 5b6acbaa20aa8c80c0f10986bf6c755608664023 (patch) | |
tree | a3b951275520b9a003e7254e60743802cdee2549 /Misc/NEWS.d | |
parent | 7b370b73055d757ed09c7942f4631256b27fdcb6 (diff) | |
download | cpython-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.rst | 2 |
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. |