diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-30 20:20:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 20:20:38 (GMT) |
commit | 2ab609dd614045f3b112ede0b0883339de784f2a (patch) | |
tree | 308945814e7f66702ebe1e2dde57dec84b0b2314 /Misc/NEWS.d/next/Windows | |
parent | 581c4434de62d9d36392f10e65866c081fb18d71 (diff) | |
download | cpython-2ab609dd614045f3b112ede0b0883339de784f2a.zip cpython-2ab609dd614045f3b112ede0b0883339de784f2a.tar.gz cpython-2ab609dd614045f3b112ede0b0883339de784f2a.tar.bz2 |
bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst b/Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst new file mode 100644 index 0000000..d9f1795 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst @@ -0,0 +1 @@ +Enables installing the :file:`py.exe` launcher on Windows ARM64. |