@@ -998,13 +998,22 @@ Editor code context option revised. Box displays all context lines up to
998
998
maxlines. Clicking on a context line jumps the editor to that line. Context
999
999
colors for custom themes is added to Highlights tab of Settings dialog.
1000
1000
(Contributed by Cheryl Sabella and Terry Jan Reedy in :issue: `33642 `,
1001
- :issue: `33768 `, and :issue: `33679 `,
1001
+ :issue: `33768 `, and :issue: `33679 `.)
1002
1002
1003
1003
On Windows, a new API call tells Windows that tk scales for DPI. On Windows
1004
1004
8.1+ or 10, with DPI compatibility properties of the Python binary
1005
1005
unchanged, and a monitor resolution greater than 96 DPI, this should
1006
1006
make text and lines sharper. It should otherwise have no effect.
1007
- (Contributed by Terry Jan Reedy in :issue: `33656 `).
1007
+ (Contributed by Terry Jan Reedy in :issue: `33656 `.)
1008
+
1009
+ New in 3.7.1:
1010
+
1011
+ Output over N lines (50 by default) is squeezed down to a button.
1012
+ N can be changed in the PyShell section of the General page of the
1013
+ Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
1014
+ right clicking on the output. Squeezed output can be expanded in place
1015
+ by double-clicking the button or into the clipboard or a separate window
1016
+ by right-clicking the button. (Contributed by Tal Einat in :issue: `1529353 `.)
1008
1017
1009
1018
The changes above have been backported to 3.6 maintenance releases.
1010
1019
0 commit comments