We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c8236 commit dc335aeCopy full SHA for dc335ae
Lib/idlelib/NEWS.txt
@@ -3,6 +3,13 @@ Released on 2018-09-24?
3
======================================
4
5
6
+bpo-1529353: Output over N lines (50 by default) is squeezed down to a button.
7
+N can be changed in the PyShell section of the General page of the
8
+Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
9
+right clicking on the output. Squeezed output can be expanded in place
10
+by double-clicking the button or into the clipboard or a separate window
11
+by right-clicking the button.
12
+
13
bpo-34548: Use configured color theme for read-only text views.
14
15
bpo-33839: Refactor ToolTip and CallTip classes; add documentation
0 commit comments