File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed 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 ?
3
3
======================================
4
4
5
5
6
+ bpo-29706: IDLE now colors async and await as keywords in 3.6.
7
+ They become full keywords in 3.7.
8
+
6
9
bpo-21474: Update word/identifier definition from ascii to unicode.
7
10
In text and entry boxes, this affects selection by double-click,
8
11
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'.
13
16
IDLE now consistently colors as much of the prefix, starting at the
14
17
right, as is valid. Revise and extend colorizer test.
15
18
19
+
20
+ What's New in IDLE 3.6.5
21
+ Released on 2018-03-28
22
+ ======================================
23
+
16
24
bpo-32984: Set __file__ while running a startup file.
17
25
Like Python, IDLE optionally runs 1 startup file in the Shell window
18
26
before presenting the first interactive input prompt. For IDLE,
You can’t perform that action at this time.
0 commit comments