diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-04 00:50:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 00:50:42 (GMT) |
commit | 8f31bf46980956c735dd18f9914f3e7144e87c77 (patch) | |
tree | f158d24d1cebaeb51af3433f2de125f3e05ebd4e /Misc | |
parent | ec4a580f7cada002441ae5611b909d56e3b5b613 (diff) | |
download | cpython-8f31bf46980956c735dd18f9914f3e7144e87c77.zip cpython-8f31bf46980956c735dd18f9914f3e7144e87c77.tar.gz cpython-8f31bf46980956c735dd18f9914f3e7144e87c77.tar.bz2 |
bpo-46744: Move Windows ARM64 installation directory to correct ProgramFiles (GH-31677)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-03-04-00-24-55.bpo-46744.tneWFr.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-03-04-00-24-55.bpo-46744.tneWFr.rst b/Misc/NEWS.d/next/Windows/2022-03-04-00-24-55.bpo-46744.tneWFr.rst new file mode 100644 index 0000000..25f9e7a --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-03-04-00-24-55.bpo-46744.tneWFr.rst @@ -0,0 +1,3 @@ +The default all users install directory for ARM64 is now under the native +``Program Files`` folder, rather than ``Program Files (Arm)`` which is +intended for ARM (32-bit) files. |