bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573) · python/cpython@b2ae550

Original file line numberDiff line numberDiff line change

@@ -3,6 +3,13 @@ Released on 2018-07-31?

33

======================================

44
55
6+

bpo-1529353: Output over N lines (50 by default) is squeezed down to a button.

7+

N can be changed in the PyShell section of the General page of the

8+

Settings dialog. Fewer, but possibly extra long, lines can be squeezed by

9+

right clicking on the output. Squeezed output can be expanded in place

10+

by double-clicking the button or into the clipboard or a separate window

11+

by right-clicking the button.

12+
613

bpo-34548: Use configured color theme for read-only text views.

714
815

bpo-33839: Refactor ToolTip and CallTip classes; add documentation