diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-11-20 06:18:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-20 06:18:39 (GMT) |
commit | b8462477bfd01ff21461065d5063e6b0238ca809 (patch) | |
tree | 266c7a274d833dbc1d0cb8a3581375fc66305f4e /Misc | |
parent | 7483451577916e693af6d20cf520b2cc7e2174d2 (diff) | |
download | cpython-b8462477bfd01ff21461065d5063e6b0238ca809.zip cpython-b8462477bfd01ff21461065d5063e6b0238ca809.tar.gz cpython-b8462477bfd01ff21461065d5063e6b0238ca809.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-10-30-22-11-16.bpo-38636.hUhDeB.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-10-30-22-11-16.bpo-38636.hUhDeB.rst b/Misc/NEWS.d/next/IDLE/2019-10-30-22-11-16.bpo-38636.hUhDeB.rst new file mode 100644 index 0000000..4262dbe --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-10-30-22-11-16.bpo-38636.hUhDeB.rst @@ -0,0 +1,3 @@ +Fix IDLE Format menu tab toggle and file indent width. These functions +(default shortcuts Alt-T and Alt-U) were mistakenly disabled in 3.7.5 +and 3.8.0. |