]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-90654: Add item missing from idlelib/NEWS.txt (#95038)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 20 Jul 2022 07:18:10 +0000 (03:18 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 07:18:10 +0000 (03:18 -0400)
Lib/idlelib/NEWS.txt

index 441ec41ed76b2cfe70c77fa1e1607002f43cc081..086b2060766cf6293dbdd769e83ec4b3e8644ba6 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).