diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2021-09-15 18:26:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 18:26:43 (GMT) |
commit | 9d76d28867c28bcc881b851547a9cd7ac003ae88 (patch) | |
tree | 2bb1c558bb4af0081657d36cad33e7ab3132c56a /Misc/NEWS.d/next | |
parent | 5dce51a8875d9639786741e962b3cb208596b096 (diff) | |
download | cpython-9d76d28867c28bcc881b851547a9cd7ac003ae88.zip cpython-9d76d28867c28bcc881b851547a9cd7ac003ae88.tar.gz cpython-9d76d28867c28bcc881b851547a9cd7ac003ae88.tar.bz2 |
bpo-45193: News for IDLE PR_28343 (GH-28348)
Diffstat (limited to 'Misc/NEWS.d/next')
-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 0000000..9472964 --- /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. |