@@ -962,8 +962,10 @@ It is used when ``http.server`` is run with ``-m``.
962962idlelib and IDLE
963963----------------
964964
965+ Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue: `15786 `.)
966+
965967Module 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
967969functions and classes.
968970(Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
969971in :issue: `1612262 `.)
@@ -975,14 +977,20 @@ to improve both appearance and function.
975977The font sample now includes a selection of non-Latin characters so that
976978users 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
981983The IDLE features formerly implemented as extensions have been reimplemented
982984as normal features. Their settings have been moved from the Extensions tab
983985to 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+
986994The changes above have been backported to 3.6 maintenance releases.
987995
988996
0 commit comments