]> 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:46:14 +0000 (16:46 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Dec 2019 00:46:14 +0000 (16:46 -0800)
commit1b0e88dde146eb290735f4b486d4a67074132100
treeb3a36dfd56265fac2a2c8860eb38be6bd260e03c
parent4e0e452dd06a0f3565d94075188d1fd1f60d4d65
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]