]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 15 Sep 2021 07:13:23 +0000 (03:13 -0400)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 07:13:23 +0000 (03:13 -0400)
commit1afc7b3219b24c951bb4e6b7e1ead904228de074
treed21a3bafaee5ea8f55046e673c11a538ca110258
parent369bf949ccbb689cd4638b29b4c0c12db79b927c
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)

The line that should not have been needed on macOS tk 8.6.8 but was,
should not be a problem on Ubuntu, but is.  It is not needed on macOS
tk 8.6.11, installed with 3.10.  Disable it but leave it for
now in case some system needs it.
Lib/idlelib/autocomplete_w.py