Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd28187

Browse files
authored
Add idlelib and IDLE section to What's New in 3.7. (#7019)
1 parent d361e99 commit dd28187

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Doc/whatsnew/3.7.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
926953
importlib
927954
---------
928955

0 commit comments

Comments
 (0)