summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-09-25 16:45:27 (GMT)
committerGitHub <noreply@github.com>2018-09-25 16:45:27 (GMT)
commitfdcb5ae25c0b5c82a32955617d253810ef110cac (patch)
tree579c6b2b78b9cfdec8e88848e9c0ef041a3b2e34
parentea718d377db3941ecfc86288a3465fce653cc682 (diff)
downloadcpython-fdcb5ae25c0b5c82a32955617d253810ef110cac.zip
cpython-fdcb5ae25c0b5c82a32955617d253810ef110cac.tar.gz
cpython-fdcb5ae25c0b5c82a32955617d253810ef110cac.tar.bz2
bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)
-rw-r--r--Doc/whatsnew/3.8.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 89764c8..7fbe981 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -121,6 +121,20 @@ asyncio
On Windows, the default event loop is now :class:`~asyncio.ProactorEventLoop`.
+
+idlelib and IDLE
+----------------
+
+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. (Contributed by Tal Einat in :issue:`1529353`.)
+
+The changes above have been backported to 3.7 maintenance releases.
+
+
os.path
-------