We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea718d3 commit fdcb5aeCopy full SHA for fdcb5ae
Doc/whatsnew/3.8.rst
@@ -121,6 +121,20 @@ asyncio
121
122
On Windows, the default event loop is now :class:`~asyncio.ProactorEventLoop`.
123
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
138
os.path
139
-------
140
0 commit comments