]> granicus.if.org Git - python/commitdiff
bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 16 May 2018 06:39:13 +0000 (02:39 -0400)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 06:39:13 +0000 (02:39 -0400)
Lib/idlelib/NEWS.txt

index 7ceaf755155fabf8db87408381b38b81d669a7f0..20ee68e0caca00e1e77c3c4bd8028fa777e01a07 100644 (file)
@@ -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,