diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-10 00:48:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 00:48:20 (GMT) |
commit | 34d5d5e096ee804e94199bf242469cdf9bbc3316 (patch) | |
tree | e6653102797620dd7a804833bcd4d364129c459b /Misc/NEWS.d/next/IDLE | |
parent | 2b2c7bf231aadc0dd985e02549b1a8b93334047a (diff) | |
download | cpython-34d5d5e096ee804e94199bf242469cdf9bbc3316.zip cpython-34d5d5e096ee804e94199bf242469cdf9bbc3316.tar.gz cpython-34d5d5e096ee804e94199bf242469cdf9bbc3316.tar.bz2 |
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
This has happened on some versions of Ubuntu.
(cherry picked from commit bbc4162bafe018f07bab0b624b37974cc33daad9)
Co-authored-by: JohnnyNajera <58344607+JohnnyNajera@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-11-29-23-44-11.bpo-38943.8pUKKs.rst | 2 |
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. |