commit | 7f2d049cce6dc749a589424d4fb62ffca0b85b32 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 15 00:37:35 2021 -0700 |
committer | Pablo Galindo <pablogsal@gmail.com> | Sun Sep 19 19:52:34 2021 +0100 |
tree | 90ecc06603e0c35d8589e470ddf8b5a1e2b7047e | |
parent | 7128864885340e0d75ddfe32887257e245d9c1f7 [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. (cherry picked from commit 1afc7b3219b24c951bb4e6b7e1ead904228de074) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>