]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Nov 2019 06:37:47 +0000 (22:37 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 06:37:47 +0000 (22:37 -0800)
commit132243957ce834cf5ffced4bf8e39d00f6e34e5f
tree548757b9986b5d12920b5376494661537b8cc60a
parenta5ed2fe0eedefa1649aa93ee74a0bafc8e628a10
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)

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 b8462477bfd01ff21461065d5063e6b0238ca809)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Lib/idlelib/format.py
Lib/idlelib/idle_test/test_format.py
Misc/NEWS.d/next/IDLE/2019-10-30-22-11-16.bpo-38636.hUhDeB.rst [new file with mode: 0644]