From: Terry Jan Reedy Date: Wed, 16 May 2018 06:39:13 +0000 (-0400) Subject: bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888) X-Git-Tag: v3.6.6rc1~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fa36b6be47356f8e42a8bd0b3dba24a8fbd6c35;p=python bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7ceaf75515..20ee68e0ca 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,