Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions Lib/idlelib/NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
What's New in IDLE 3.6.5
Released on 2017-03-26?
What's New in IDLE 3.6.6
Released on 2018-06-15?
======================================


bpo-29706: IDLE now colors async and await as keywords in 3.6.
They become full keywords in 3.7.

bpo-21474: Update word/identifier definition from ascii to unicode.
In text and entry boxes, this affects selection by double-click,
movement left/right by control-left/right, and deletion left/right
Expand All @@ -13,6 +16,11 @@ A 'u' string prefix cannot be paired with either 'r' or 'f'.
IDLE now consistently colors as much of the prefix, starting at the
right, as is valid. Revise and extend colorizer test.


What's New in IDLE 3.6.5
Released on 2018-03-28
======================================

bpo-32984: Set __file__ while running a startup file.
Like Python, IDLE optionally runs 1 startup file in the Shell window
before presenting the first interactive input prompt. For IDLE,
Expand Down