File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
69bpo-21474: Update word/identifier definition from ascii to unicode.
710In text and entry boxes, this affects selection by double-click,
811movement 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'.
1316IDLE now consistently colors as much of the prefix, starting at the
1417right, 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+
1624bpo-32984: Set __file__ while running a startup file.
1725Like Python, IDLE optionally runs 1 startup file in the Shell window
1826before presenting the first interactive input prompt. For IDLE,
You can’t perform that action at this time.
0 commit comments