File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -1177,13 +1177,22 @@ Editor code context option revised. Box displays all context lines up to
1177
1177
maxlines. Clicking on a context line jumps the editor to that line. Context
1178
1178
colors for custom themes is added to Highlights tab of Settings dialog.
1179
1179
(Contributed by Cheryl Sabella and Terry Jan Reedy in :issue: `33642 `,
1180
- :issue: `33768 `, and :issue: `33679 `)
1180
+ :issue: `33768 `, and :issue: `33679 `. )
1181
1181
1182
1182
On Windows, a new API call tells Windows that tk scales for DPI. On Windows
1183
1183
8.1+ or 10, with DPI compatibility properties of the Python binary
1184
1184
unchanged, and a monitor resolution greater than 96 DPI, this should
1185
1185
make text and lines sharper. It should otherwise have no effect.
1186
- (Contributed by Terry Jan Reedy in :issue: `33656 `).
1186
+ (Contributed by Terry Jan Reedy in :issue: `33656 `.)
1187
+
1188
+ New in 3.6.7:
1189
+
1190
+ Output over N lines (50 by default) is squeezed down to a button.
1191
+ N can be changed in the PyShell section of the General page of the
1192
+ Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
1193
+ right clicking on the output. Squeezed output can be expanded in place
1194
+ by double-clicking the button or into the clipboard or a separate window
1195
+ by right-clicking the button. (Contributed by Tal Einat in :issue: `1529353 `.)
1187
1196
1188
1197
1189
1198
importlib
You can’t perform that action at this time.
0 commit comments