https://github.com/python/cpython/commit/28478c7a0b3026f902e54cf3c1788d6fd36a7f9e commit: 28478c7a0b3026f902e54cf3c1788d6fd36a7f9e branch: 3.10 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: miss-islington <31488909+miss-islington at users.noreply.github.com> date: 2022年07月20日T00:42:36-07:00 summary: gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038) (cherry picked from commit acb105a7c1f435f93fee08e292ee12438f716abd) 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 424e971c8bb31..74404405aca9f 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).