Skip to content

Commit c1254c4

Browse files
bpo-48146: Update IDLE part of What's New 3.10 to 2022 (GH-30906)
(cherry picked from commit 4a49fa6) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 8356f6a commit c1254c4

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,10 +1137,18 @@ IDLE and idlelib
11371137
----------------
11381138
11391139
Make IDLE invoke :func:`sys.excepthook` (when started without '-n').
1140-
User hooks were previously ignored. (Patch by Ken Hilton in
1140+
User hooks were previously ignored. (Contributed by Ken Hilton in
11411141
:issue:`43008`.)
11421142
1143-
This change was backported to a 3.9 maintenance release.
1143+
Rearrange the settings dialog. Split the General tab into Windows
1144+
and Shell/Ed tabs. Move help sources, which extend the Help menu, to the
1145+
Extensions tab. Make space for new options and shorten the dialog. The
1146+
latter makes the dialog better fit small screens. (Contributed by Terry Jan
1147+
Reedy in :issue:`40468`.) Move the indent space setting from the Font tab to
1148+
the new Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in
1149+
:issue:`33962`.)
1150+
1151+
These changes were backported to a 3.9 maintenance release.
11441152
11451153
Add a Shell sidebar. Move the primary prompt ('>>>') to the sidebar.
11461154
Add secondary prompts ('...') to the sidebar. Left click and optional
@@ -1153,12 +1161,9 @@ in :issue:`37903`.)
11531161
11541162
Use spaces instead of tabs to indent interactive code. This makes
11551163
interactive code entries 'look right'. Making this feasible was a
1156-
major motivation for adding the shell sidebar. Contributed by
1164+
major motivation for adding the shell sidebar. (Contributed by
11571165
Terry Jan Reedy in :issue:`37892`.)
11581166
1159-
We expect to backport these shell changes to a future 3.9 maintenance
1160-
release.
1161-
11621167
Highlight the new :ref:`soft keywords <soft-keywords>` :keyword:`match`,
11631168
:keyword:`case <match>`, and :keyword:`_ <wildcard-patterns>` in
11641169
pattern-matching statements. However, this highlighting is not perfect

0 commit comments

Comments
 (0)