]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Dec 2019 00:48:20 +0000 (16:48 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2019 00:48:20 +0000 (16:48 -0800)
commit34d5d5e096ee804e94199bf242469cdf9bbc3316
treee6653102797620dd7a804833bcd4d364129c459b
parent2b2c7bf231aadc0dd985e02549b1a8b93334047a
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>
Lib/idlelib/NEWS.txt
Lib/idlelib/autocomplete_w.py
Misc/NEWS.d/next/IDLE/2019-11-29-23-44-11.bpo-38943.8pUKKs.rst [new file with mode: 0644]