From 1093804b8855f95a27aabb4ed853f8138b82b261 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:43:27 -0700 Subject: gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038) (cherry picked from commit acb105a7c1f435f93fee08e292ee12438f716abd) Co-authored-by: Terry Jan Reedy --- Lib/idlelib/NEWS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 441ec41..086b206 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -30,6 +30,8 @@ Released on 2021-10-04 ========================= +bpo-45193: Make completion boxes appear on Ubuntu again. + bpo-40128: Mostly fix completions on macOS when not using tcl/tk 8.6.11 (as with 3.9). -- cgit v0.12