diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-20 07:43:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 07:43:27 (GMT) |
commit | 1093804b8855f95a27aabb4ed853f8138b82b261 (patch) | |
tree | 1cb64eecd6a789d59e372e9449967e308d2744a2 /Lib/idlelib | |
parent | e98728ab4d4ab9e69ce05ae4da4031bbc80f457b (diff) | |
download | cpython-1093804b8855f95a27aabb4ed853f8138b82b261.zip cpython-1093804b8855f95a27aabb4ed853f8138b82b261.tar.gz cpython-1093804b8855f95a27aabb4ed853f8138b82b261.tar.bz2 |
gh-90654: Add item missing from idlelib/NEWS.txt (GH-95038)
(cherry picked from commit acb105a7c1f435f93fee08e292ee12438f716abd)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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). |