]> 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:09 +0000 (22:37 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2019 06:37:09 +0000 (22:37 -0800)
commit755caaa753577b907bb7e94560f8adf5eb694d6b
treeb83055869a27d63a32466ffc6ce4218d954f974a
parent5bd2af9c79796aa03b06d1e35ab6df7e28364e24
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]