commit | 1afc7b3219b24c951bb4e6b7e1ead904228de074 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Sep 15 03:13:23 2021 -0400 |
committer | GitHub <noreply@github.com> | Wed Sep 15 03:13:23 2021 -0400 |
tree | d21a3bafaee5ea8f55046e673c11a538ca110258 | |
parent | 369bf949ccbb689cd4638b29b4c0c12db79b927c [diff] |
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.