]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 25 Sep 2018 17:41:25 +0000 (13:41 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Sep 2018 17:41:25 +0000 (13:41 -0400)
Lib/idlelib/NEWS.txt

index 04e56c5a4456177d81fe3154bc3af99512bc8975..5b4e4f8c953b1b3c8a692754f6033e99c0685153 100644 (file)
@@ -3,6 +3,13 @@ Released on 2019-10-20?
 ======================================
 
 
+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