Skip to content

Commit 8fa36b6

Browse files
authored
bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)
1 parent 47793de commit 8fa36b6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
What's New in IDLE 3.6.5
2-
Released on 2017-03-26?
1+
What's New in IDLE 3.6.6
2+
Released on 2018-06-15?
33
======================================
44

55

6+
bpo-29706: IDLE now colors async and await as keywords in 3.6.
7+
They become full keywords in 3.7.
8+
69
bpo-21474: Update word/identifier definition from ascii to unicode.
710
In text and entry boxes, this affects selection by double-click,
811
movement left/right by control-left/right, and deletion left/right
@@ -13,6 +16,11 @@ A 'u' string prefix cannot be paired with either 'r' or 'f'.
1316
IDLE now consistently colors as much of the prefix, starting at the
1417
right, as is valid. Revise and extend colorizer test.
1518

19+
20+
What's New in IDLE 3.6.5
21+
Released on 2018-03-28
22+
======================================
23+
1624
bpo-32984: Set __file__ while running a startup file.
1725
Like Python, IDLE optionally runs 1 startup file in the Shell window
1826
before presenting the first interactive input prompt. For IDLE,

0 commit comments

Comments
 (0)