]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Jul 2022 07:42:36 +0000 (00:42 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 07:42:36 +0000 (00:42 -0700)
(cherry picked from commit acb105a7c1f435f93fee08e292ee12438f716abd)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt

index 424e971c8bb3160f6b8ce5e9353cfb09a1f6e53d..74404405aca9f23e89a0f77b8b3e0631f32cc7ba 100644 (file)
@@ -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).