@@ -1148,10 +1148,18 @@ IDLE and idlelib
1148
1148
----------------
1149
1149
1150
1150
Make IDLE invoke :func:`sys.excepthook` (when started without ' -n' ).
1151
- User hooks were previously ignored. (Patch by Ken Hilton in
1151
+ User hooks were previously ignored. (Contributed by Ken Hilton in
1152
1152
:issue:`43008 ` .)
1153
1153
1154
- This change was backported to a 3.9 maintenance release.
1154
+ Rearrange the settings dialog. Split the General tab into Windows
1155
+ and Shell/ Ed tabs. Move help sources, which extend the Help menu, to the
1156
+ Extensions tab. Make space for new options and shorten the dialog. The
1157
+ latter makes the dialog better fit small screens. (Contributed by Terry Jan
1158
+ Reedy in :issue:`40468 ` .) Move the indent space setting from the Font tab to
1159
+ the new Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in
1160
+ :issue:`33962 ` .)
1161
+
1162
+ These changes were backported to a 3.9 maintenance release.
1155
1163
1156
1164
Add a Shell sidebar. Move the primary prompt (' >>>' ) to the sidebar.
1157
1165
Add secondary prompts (' ...' ) to the sidebar. Left click and optional
@@ -1164,12 +1172,9 @@ in :issue:`37903`.)
1164
1172
1165
1173
Use spaces instead of tabs to indent interactive code. This makes
1166
1174
interactive code entries ' look right' . Making this feasible was a
1167
- major motivation for adding the shell sidebar. Contributed by
1175
+ major motivation for adding the shell sidebar. ( Contributed by
1168
1176
Terry Jan Reedy in :issue:`37892 ` .)
1169
1177
1170
- We expect to backport these shell changes to a future 3.9 maintenance
1171
- release.
1172
-
1173
1178
Highlight the new :ref:`soft keywords < soft- keywords> ` :keyword:`match` ,
1174
1179
:keyword:`case < match> ` , and :keyword:`_ < wildcard- patterns> ` in
1175
1180
pattern- matching statements. However, this highlighting is not perfect
0 commit comments