]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Sep 2018 18:06:56 +0000 (11:06 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 18:06:56 +0000 (11:06 -0700)
(cherry picked from commit 22ef31d0b4b497eda5e356528c3e1d29584d6757)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt

index 085060d53b5ca742a1fc06b0179b9d6a7659ec35..84880cc45b2908ed2d1d985bc1a32a67f6e80999 100644 (file)
@@ -3,6 +3,13 @@ Released on 2018-09-24?
 ======================================
 
 
+bpo-1529353: Output over N lines (50 by default) is squeezed down to a button.
+N can be changed in the PyShell section of the General page of the
+Settings dialog.  Fewer, but possibly extra long, lines can be squeezed by
+right clicking on the output.  Squeezed output can be expanded in place
+by double-clicking the button or into the clipboard or a separate window
+by right-clicking the button.
+
 bpo-34548: Use configured color theme for read-only text views.
 
 bpo-33839: Refactor ToolTip and CallTip classes; add documentation