File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -923,6 +923,33 @@ It is used when ``http.server`` is run with ``-m``.
923923(Contributed by Julien Palard in :issue: `31639 `.)
924924
925925
926+ idlelib and IDLE
927+ ----------------
928+
929+ Module Browser (on the File menu, formerly called Class Browser),
930+ now displays nested functions and classed in addition to top-level
931+ functions and classes.
932+ (Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
933+ in :issue: `1612262 `.)
934+
935+ The Settings dialog (Options, Configure IDLE) has been partly rewritten
936+ to improve both appearance and function.
937+ (Contributed by Cheryl Sabella and Terry Jan Reedy in multiple issues.)
938+
939+ The font sample now includes a selection of non-Latin characters so that
940+ users can better see the effect of selecting a particular font.
941+ (Contributed by Terry Jan Reedy in :issue: `13802 `.)
942+ The sample can be edited to test other characters.
943+ (Contributed by Serhiy Storchaka in :issue: `31860 `.)
944+
945+ The IDLE features formerly implemented as extensions have been reimplemented
946+ as normal features. Their settings have been moved from the Extensions tab
947+ to other dialog tabs.
948+ (Contributed by Charles Wohlganger and Terry Jan Reedy in :issue: `27099 `.)
949+
950+ The changes above have been backported to 3.6 maintenance releases.
951+
952+
926953importlib
927954---------
928955
You can’t perform that action at this time.
0 commit comments