Skip to content

Commit 98c8236

Browse files
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567)
(cherry picked from commit dac712d) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 857b002 commit 98c8236

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Doc/whatsnew/3.6.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -1176,13 +1176,22 @@ Editor code context option revised. Box displays all context lines up to
11761176
maxlines. Clicking on a context line jumps the editor to that line. Context
11771177
colors for custom themes is added to Highlights tab of Settings dialog.
11781178
(Contributed by Cheryl Sabella and Terry Jan Reedy in :issue:`33642`,
1179-
:issue:`33768`, and :issue:`33679`)
1179+
:issue:`33768`, and :issue:`33679`.)
11801180

11811181
On Windows, a new API call tells Windows that tk scales for DPI. On Windows
11821182
8.1+ or 10, with DPI compatibility properties of the Python binary
11831183
unchanged, and a monitor resolution greater than 96 DPI, this should
11841184
make text and lines sharper. It should otherwise have no effect.
1185-
(Contributed by Terry Jan Reedy in :issue:`33656`).
1185+
(Contributed by Terry Jan Reedy in :issue:`33656`.)
1186+
1187+
New in 3.6.7:
1188+
1189+
Output over N lines (50 by default) is squeezed down to a button.
1190+
N can be changed in the PyShell section of the General page of the
1191+
Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
1192+
right clicking on the output. Squeezed output can be expanded in place
1193+
by double-clicking the button or into the clipboard or a separate window
1194+
by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.)
11861195

11871196

11881197
importlib

0 commit comments

Comments
 (0)