Skip to content
Prev Previous commit
Next Next commit
idlelib NEWS.txt entry
  • Loading branch information
terryjreedy committed Nov 24, 2019
commit 9a4d241f3bd66339089b571dbef6fcd137b3d03e
5 changes: 5 additions & 0 deletions Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Released on 2020-10-05?
======================================


bpo-38862: Format menu Strip Trailing Whitespace adjusts end newlines.
Non shell windows will be either blank or end with one newline after
something other than space, tab, or newline. The result should be
ready to commit to the CPython repository.

bpo-38636: 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.
Expand Down