bpo-38636: Fix IDLE tab toggle and file indent width#17008
bpo-38636: Fix IDLE tab toggle and file indent width#17008terryjreedy merged 5 commits intopython:masterfrom
Conversation
These format menu functions (default shortcuts Alt-T and Alt-U) were mistakenly disabled in 3.7.5 and 3.8.0.
|
I might eventually fix this a different way, but this is simple enough to apply by hand to existing 3.7.5 and 3.8.0 installations -- add a line and edit or replace the two that follow. I intend to add new tests before merging. |
|
This is such an obvious fix, I suggest just merging it. I'm not sure we should be automatically testing that all of our menu options work, anyways. |
|
The bug being fixed is a faulty binding, so I would one day like to test them automatically as well as manually (which I forgot here), but another time. I did want to finish the format module tests. Just waiting for CI. |
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
These Format menu functions (default shortcuts Alt-T and Alt-U) were mistakenly disabled in 3.7.5 and 3.8.0. (cherry picked from commit b846247) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
GH-17274 is a backport of this pull request to the 3.8 branch. |
These Format menu functions (default shortcuts Alt-T and Alt-U) were mistakenly disabled in 3.7.5 and 3.8.0. (cherry picked from commit b846247) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
|
GH-17275 is a backport of this pull request to the 3.7 branch. |
These Format menu functions (default shortcuts Alt-T and Alt-U) were mistakenly disabled in 3.7.5 and 3.8.0.
These Format menu functions (default shortcuts Alt-T and Alt-U) were mistakenly disabled in 3.7.5 and 3.8.0.
These format menu functions (default shortcuts Alt-T and Alt-U)
were mistakenly disabled in 3.7.5 and 3.8.0.
https://bugs.python.org/issue38636