bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551) · python/cpython@16fba62 (original) (raw)

Original file line number Diff line number Diff line change
@@ -3,10 +3,23 @@ Released on 2019-10-20?
3 3 ======================================
4 4
5 5
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 +
6 19 bpo-33975: Avoid small type when running htests.
7 20 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.
10 23
11 24 bpo-33905: Add test for idlelib.stackview.StackBrowser.
12 25