]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Dec 2020 03:48:48 +0000 (19:48 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 03:48:48 +0000 (22:48 -0500)
commit2a9a883d361d37b40fb0b0011dd300bb83ceb73c
treebdd589a52ffe479b0cc0330500eaee49721027a1
parent8502d46e3649bedf6b58a30b0a4b6b726e32b84b
bpo-42508: Keep IDLE running on macOS (GH-23577) (GH-23669)

Remove obsolete workaround that prevented running files with
shortcuts when using new universal2 installers built on macOS 11.
Ignore buggy 2nd run_module_event call.
(cherry picked from commit 57e511361047895231f5ee7abfdfbbc60e11d2db)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/runscript.py
Misc/NEWS.d/next/IDLE/2020-11-30-19-46-05.bpo-42508.fE7w4M.rst [new file with mode: 0644]