From 2eaf44bd3b64aba61139251df6d88796f1967a3d Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 25 Jan 2022 22:55:26 -0500 Subject: [PATCH 1/2] bpo-48144: Update IDLE part of What's New 3.9 to 2022 --- Doc/whatsnew/3.9.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 0d514084d6cc14..dc3dcf0b4eb138 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -484,8 +484,22 @@ Najera in :issue:`38944`.) Added keywords to module name completion list. (Contributed by Terry J. Reedy in :issue:`37765`.) +New in 3.9 maintenance releases + +Make IDLE invoke :func:`sys.excepthook` (when started without '-n'). +User hooks were previously ignored. (Patch by Ken Hilton in +:issue:`43008`.) + The changes above have been backported to 3.8 maintenance releases. +Rearrange the settings dialog. Split the General tab into Windows +and Shell/Ed tabs. Move help sources, which extend the Help menu, to the +Extensions tab. Make space for new options and shorten the dialog. The +latter makes the dialog better fit small screens. (Contributed by Terry Jan +Reedy in :issue:`40468`.) Move the indent space setting from the Font tab to +the new Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in +:issue:`33962`.) + imaplib ------- From 221697ecf4a044305c4d8af3bb5d727e50d9bdc2 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 25 Jan 2022 23:06:51 -0500 Subject: [PATCH 2/2] Minor fix. --- Doc/whatsnew/3.9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index dc3dcf0b4eb138..4fa3835a39900b 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -487,7 +487,7 @@ Reedy in :issue:`37765`.) New in 3.9 maintenance releases Make IDLE invoke :func:`sys.excepthook` (when started without '-n'). -User hooks were previously ignored. (Patch by Ken Hilton in +User hooks were previously ignored. (Contributed by Ken Hilton in :issue:`43008`.) The changes above have been backported to 3.8 maintenance releases.