summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJohnnyNajera <58344607+JohnnyNajera@users.noreply.github.com>2019-12-10 00:30:01 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-12-10 00:30:01 (GMT)
commitbbc4162bafe018f07bab0b624b37974cc33daad9 (patch)
tree99ebb8261ddb5acfa989058b1edab6364b33eac1 /Misc/NEWS.d
parent232689b40d8fcbbac27c8705607ff482ea5b46f8 (diff)
downloadcpython-bbc4162bafe018f07bab0b624b37974cc33daad9.zip
cpython-bbc4162bafe018f07bab0b624b37974cc33daad9.tar.gz
cpython-bbc4162bafe018f07bab0b624b37974cc33daad9.tar.bz2
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
This has happened on some versions of Ubuntu.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-11-29-23-44-11.bpo-38943.8pUKKs.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-11-29-23-44-11.bpo-38943.8pUKKs.rst b/Misc/NEWS.d/next/IDLE/2019-11-29-23-44-11.bpo-38943.8pUKKs.rst
new file mode 100644
index 0000000..5c9323e
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-11-29-23-44-11.bpo-38943.8pUKKs.rst
@@ -0,0 +1,2 @@
+Fix IDLE autocomplete windows not always appearing on some systems.
+Patch by Johnny Najera.