File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,20 @@ asyncio
121
121
122
122
On Windows, the default event loop is now :class: `~asyncio.ProactorEventLoop `.
123
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
+
124
138
os.path
125
139
-------
126
140
You can’t perform that action at this time.
0 commit comments