@@ -1142,6 +1142,43 @@ In compensation, the eventual result with be that some idlelib classes will be
1142
1142
easier to use, with better APIs and docstrings explaining them. Additional
1143
1143
useful information will be added to idlelib when available.
1144
1144
1145
+ New in 3.6.2:
1146
+
1147
+ Multiple fixes for autocompletion. (Contributed by Louie Lu in :issue: `15786 `.)
1148
+
1149
+ New in 3.6.3:
1150
+
1151
+ Module Browser (on the File menu, formerly called Class Browser),
1152
+ now displays nested functions and classes in addition to top-level
1153
+ functions and classes.
1154
+ (Contributed by Guilherme Polo, Cheryl Sabella, and Terry Jan Reedy
1155
+ in :issue: `1612262 `.)
1156
+
1157
+ The IDLE features formerly implemented as extensions have been reimplemented
1158
+ as normal features. Their settings have been moved from the Extensions tab
1159
+ to other dialog tabs.
1160
+ (Contributed by Charles Wohlganger and Terry Jan Reedy in :issue: `27099 `.)
1161
+
1162
+ The Settings dialog (Options, Configure IDLE) has been partly rewritten
1163
+ to improve both appearance and function.
1164
+ (Contributed by Cheryl Sabella and Terry Jan Reedy in multiple issues.)
1165
+
1166
+ New in 3.6.4:
1167
+
1168
+ The font sample now includes a selection of non-Latin characters so that
1169
+ users can better see the effect of selecting a particular font.
1170
+ (Contributed by Terry Jan Reedy in :issue: `13802 `.)
1171
+ The sample can be edited to include other characters.
1172
+ (Contributed by Serhiy Storchaka in :issue: `31860 `.)
1173
+
1174
+ New in 3.6.6:
1175
+
1176
+ Editor code context option revised. Box displays all context lines up to
1177
+ maxlines. Clicking on a context line jumps the editor to that line. Context
1178
+ colors for custom themes is added to Highlights tab of Settings dialog.
1179
+ (Contributed by Cheryl Sabella and Terry Jan Reedy in :issue: `33642 `,
1180
+ :issue: `33768 `, and :issue: `33679 `,
1181
+
1145
1182
1146
1183
importlib
1147
1184
---------
0 commit comments