[Python-checkins] bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
Miss Islington (bot)
webhook-mailer at python.org
Tue Sep 25 14:02:10 EDT 2018
https://github.com/python/cpython/commit/b2ae5502981ae7e8fc080f5155060235696afe22
commit: b2ae5502981ae7e8fc080f5155060235696afe22
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018年09月25日T11:02:06-07:00
summary:
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
(cherry picked from commit 22ef31d0b4b497eda5e356528c3e1d29584d6757)
Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>
files:
M Lib/idlelib/NEWS.txt
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index c8be6d03e126..3bfe01fa4fbb 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,13 @@ Released on 2018年07月31日?
======================================
+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
More information about the Python-checkins
mailing list