Skip to content

Commit 222f7f4

Browse files
authored
bpo-33821: Update idlelib subsection of What's New 3.7 (#7590)
1 parent e226eb7 commit 222f7f4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,8 +962,10 @@ It is used when ``http.server`` is run with ``-m``.
962962
idlelib and IDLE
963963
----------------
964964

965+
Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue:`15786`.)
966+
965967
Module Browser (on the File menu, formerly called Class Browser),
966-
now displays nested functions and classed in addition to top-level
968+
now displays nested functions and classes in addition to top-level
967969
functions and classes.
968970
(Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
969971
in :issue:`1612262`.)
@@ -975,14 +977,20 @@ to improve both appearance and function.
975977
The font sample now includes a selection of non-Latin characters so that
976978
users can better see the effect of selecting a particular font.
977979
(Contributed by Terry Jan Reedy in :issue:`13802`.)
978-
The sample can be edited to test other characters.
980+
The sample can be edited to include other characters.
979981
(Contributed by Serhiy Storchaka in :issue:`31860`.)
980982

981983
The IDLE features formerly implemented as extensions have been reimplemented
982984
as normal features. Their settings have been moved from the Extensions tab
983985
to other dialog tabs.
984986
(Contributed by Charles Wohlganger and Terry Jan Reedy in :issue:`27099`.)
985987

988+
Editor code context option revised. Box displays all context lines up to
989+
maxlines. Clicking on a context line jumps the editor to that line. Context
990+
colors for custom themes is added to Highlights tab of Settings dialog.
991+
(Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,
992+
:issue:`33768`, and :issue:`33679`,
993+
986994
The changes above have been backported to 3.6 maintenance releases.
987995

988996

0 commit comments

Comments
 (0)