diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-18 13:32:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 13:32:09 (GMT) |
commit | 228b12493286a7cb959438cd5b1a018e0afb17a8 (patch) | |
tree | e8dcd4f9cdd820686594899ed9e6b9b9a8f55a9d /Misc | |
parent | b8ce5d9c172c7c78b4e97a37f76abae48fb71ef5 (diff) | |
download | cpython-228b12493286a7cb959438cd5b1a018e0afb17a8.zip cpython-228b12493286a7cb959438cd5b1a018e0afb17a8.tar.gz cpython-228b12493286a7cb959438cd5b1a018e0afb17a8.tar.bz2 |
[3.12] gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111037)
(cherry picked from commit cb1bf89c4066f30c80f7d1193b586a2ff8c40579)
Co-authored-by: Joshua Root <jmr@macports.org>
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2023-10-18-01-40-36.gh-issue-111015.NaLI2L.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2023-10-18-01-40-36.gh-issue-111015.NaLI2L.rst b/Misc/NEWS.d/next/macOS/2023-10-18-01-40-36.gh-issue-111015.NaLI2L.rst new file mode 100644 index 0000000..4c6eea1 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2023-10-18-01-40-36.gh-issue-111015.NaLI2L.rst @@ -0,0 +1 @@ +Ensure that IDLE.app and Python Launcher.app are installed with appropriate permissions on macOS builds. |