]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 20 Nov 2019 06:18:39 +0000 (01:18 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 06:18:39 +0000 (01:18 -0500)
commitb8462477bfd01ff21461065d5063e6b0238ca809
tree266c7a274d833dbc1d0cb8a3581375fc66305f4e
parent7483451577916e693af6d20cf520b2cc7e2174d2
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.
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]