Skip to content

Commit fdcb5ae

Browse files
authored
bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)
1 parent ea718d3 commit fdcb5ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Doc/whatsnew/3.8.rst

+14
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,20 @@ asyncio
121121

122122
On Windows, the default event loop is now :class:`~asyncio.ProactorEventLoop`.
123123

124+
125+
idlelib and IDLE
126+
----------------
127+
128+
Output over N lines (50 by default) is squeezed down to a button.
129+
N can be changed in the PyShell section of the General page of the
130+
Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
131+
right clicking on the output. Squeezed output can be expanded in place
132+
by double-clicking the button or into the clipboard or a separate window
133+
by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.)
134+
135+
The changes above have been backported to 3.7 maintenance releases.
136+
137+
124138
os.path
125139
-------
126140

0 commit comments

Comments
 (0)