bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) · python/cpython@b2ae550 (original) (raw)

Original file line number Diff line number Diff line change
@@ -3,6 +3,13 @@ Released on 2018-07-31?
3 3 ======================================
4 4
5 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 +
6 13 bpo-34548: Use configured color theme for read-only text views.
7 14
8 15 bpo-33839: Refactor ToolTip and CallTip classes; add documentation