bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) · python/cpython@1ab9dfc

Original file line numberDiff line numberDiff line change

@@ -3,10 +3,23 @@ Released on 2018-09-24?

33

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

44
55
6+

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

7+
8+

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

9+

and tests.

10+
11+

bpo-34047: Fix mouse wheel scrolling direction on macOS.

12+
13+

bpo-34275: Make calltips always visible on Mac.

14+

Patch by Kevin Walzer.

15+
16+

bpo-34120: Fix freezing after closing some dialogs on Mac.

17+

This is one of multiple regressions from using newer tcl/tk.

18+
619

bpo-33975: Avoid small type when running htests.

720

Since part of the purpose of human-viewed tests is to determine that

8-

widgets look right, it is important that they look the same for testing

9-

as when running IDLE.

21+

widgets look right, it is important that they look the same for

22+

testing as when running IDLE.

1023
1124

bpo-33905: Add test for idlelib.stackview.StackBrowser.

1225