Skip to content
Prev Previous commit
Next Next commit
Revise news item.
  • Loading branch information
terryjreedy committed Jul 9, 2020
commit ee2450bffa8ffe328a099297fae1a14e868e041f
3 changes: 2 additions & 1 deletion Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Released on 2020-10-05?
======================================


bpo-37765: Add longer keywords (len >= 5) to tab completion list.
bpo-37765: Add keywords to module name completion list. Rewrite
Completions section of IDLE doc.

bpo-41152: The encoding of ``stdin``, ``stdout`` and ``stderr`` in IDLE
is now always UTF-8.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Add longer keywords (len >= 5) to tab completion list.
Add keywords to module name completion list. Rewrite Completions
section of IDLE doc.