diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-09-15 18:46:48 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-09-19 18:52:41 (GMT) |
commit | d08e4a8c55ae3bd06c2e871265911ee88429b6bb (patch) | |
tree | 1fe7dae7780f17e7d7182d81f126c5c9ba25b2b0 | |
parent | 7f2d049cce6dc749a589424d4fb62ffca0b85b32 (diff) | |
download | cpython-d08e4a8c55ae3bd06c2e871265911ee88429b6bb.zip cpython-d08e4a8c55ae3bd06c2e871265911ee88429b6bb.tar.gz cpython-d08e4a8c55ae3bd06c2e871265911ee88429b6bb.tar.bz2 |
bpo-45193: News for IDLE PR_28343 (GH-28348)
(cherry picked from commit 9d76d28867c28bcc881b851547a9cd7ac003ae88)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-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. |