[Python-checkins] bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)

Miss Islington (bot) webhook-mailer at python.org
Mon Sep 24 20:23:13 EDT 2018


https://github.com/python/cpython/commit/65cc60b3687d33bfeda60b29a49a0708d4932b7b
commit: 65cc60b3687d33bfeda60b29a49a0708d4932b7b
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-09-24T17:23:07-07:00
summary:

bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)

(cherry picked from commit 16fba6231458cc1ff82db8695ee772b74131cc83)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index e6b2ac2b01ff..c8be6d03e126 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,10 +3,23 @@ Released on 2018-07-31?
 ======================================
 
 
+bpo-34548: Use configured color theme for read-only text views.
+
+bpo-33839: Refactor ToolTip and CallTip classes; add documentation
+and tests.
+
+bpo-34047: Fix mouse wheel scrolling direction on macOS.
+
+bpo-34275: Make calltips always visible on Mac.
+Patch by Kevin Walzer.
+
+bpo-34120: Fix freezing after closing some dialogs on Mac.
+This is one of multiple regressions from using newer tcl/tk.
+
 bpo-33975: Avoid small type when running htests.
 Since part of the purpose of human-viewed tests is to determine that
-widgets look right, it is important that they look the same for testing
-as when running IDLE.
+widgets look right, it is important that they look the same for
+testing as when running IDLE.
 
 bpo-33905: Add test for idlelib.stackview.StackBrowser.
 



More information about the Python-checkins mailing list