[Python-checkins] bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)

Terry Jan Reedy webhook-mailer at python.org
Wed May 16 02:39:16 EDT 2018


https://github.com/python/cpython/commit/8fa36b6be47356f8e42a8bd0b3dba24a8fbd6c35
commit: 8fa36b6be47356f8e42a8bd0b3dba24a8fbd6c35
branch: 3.6
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2018-05-16T02:39:13-04:00
summary:

bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 7ceaf755155f..20ee68e0caca 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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
@@ -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,



More information about the Python-checkins mailing list