From: Terry Jan Reedy Date: Wed, 20 Jul 2022 07:18:10 +0000 (-0400) Subject: gh-90654: Add item missing from idlelib/NEWS.txt (#95038) X-Git-Tag: v3.12.0a1~909 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=acb105a7c1f435f93fee08e292ee12438f716abd;p=thirdparty%2FPython%2Fcpython.git gh-90654: Add item missing from idlelib/NEWS.txt (#95038) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 441ec41ed76b..086b2060766c 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).