summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-09-25 17:41:25 (GMT)
committerGitHub <noreply@github.com>2018-09-25 17:41:25 (GMT)
commit22ef31d0b4b497eda5e356528c3e1d29584d6757 (patch)
tree241bc37d04aed6be2e5ec06aca5e60f899abbc4a /Lib/idlelib/NEWS.txt
parentfdcb5ae25c0b5c82a32955617d253810ef110cac (diff)
downloadcpython-22ef31d0b4b497eda5e356528c3e1d29584d6757.zip
cpython-22ef31d0b4b497eda5e356528c3e1d29584d6757.tar.gz
cpython-22ef31d0b4b497eda5e356528c3e1d29584d6757.tar.bz2
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 04e56c5..5b4e4f8 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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