diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-09-15 14:26:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 14:26:43 -0400 |
commit | 9d76d28867c28bcc881b851547a9cd7ac003ae88 (patch) | |
tree | 2bb1c558bb4af0081657d36cad33e7ab3132c56a | |
parent | 5dce51a8875d9639786741e962b3cb208596b096 (diff) | |
download | cpython-git-9d76d28867c28bcc881b851547a9cd7ac003ae88.tar.gz |
bpo-45193: News for IDLE PR_28343 (GH-28348)
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2021-09-15-03-20-06.bpo-45193.G61_GV.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-09-15-03-20-06.bpo-45193.G61_GV.rst b/Misc/NEWS.d/next/IDLE/2021-09-15-03-20-06.bpo-45193.G61_GV.rst new file mode 100644 index 0000000000..94729640c7 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2021-09-15-03-20-06.bpo-45193.G61_GV.rst @@ -0,0 +1 @@ +Make completion boxes appear on Ubuntu again. |