diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-10-16 14:23:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 14:23:11 (GMT) |
commit | 35fa5d5e7f2b0971b39b2659dc70cb77e34a7dd6 (patch) | |
tree | 3f8f5e6ec53481d061e3ef53be3bd856d4f01aa1 /Lib/idlelib/NEWS.txt | |
parent | f6b1e4048dc353aecfbfbae07de8212900632098 (diff) | |
download | cpython-35fa5d5e7f2b0971b39b2659dc70cb77e34a7dd6.zip cpython-35fa5d5e7f2b0971b39b2659dc70cb77e34a7dd6.tar.gz cpython-35fa5d5e7f2b0971b39b2659dc70cb77e34a7dd6.tar.bz2 |
gh-97527: IDLE - fix buggy macosx patch (#98313)
#97530 fixed IDLE tests possibly crashing on a Mac without a GUI.
But it resulted in IDLE not starting in 3.10.8, 3.12.0a1, and
Microsoft Python 3.10.2288.0 when test/* is not installed.
After this patch, test.* is only imported when testing on Mac.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7fa7fac..e64e96f 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -4,6 +4,11 @@ Released on 2022-10-03 ========================= +gh-97527: Fix a bug in the previous bugfix that caused IDLE to not +start when run with 3.10.8, 3.12.0a1, and at least Microsoft Python +3.10.2288.0 installed without the Lib/test package. 3.11.0 was never +affected. + gh-65802: Document handling of extensions in Save As dialogs. gh-95191: Include prompts when saving Shell (interactive input/output). |