From: Terry Jan Reedy Date: Sun, 20 May 2018 03:50:21 +0000 (-0400) Subject: [3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997) X-Git-Tag: v3.6.6rc1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09a5c077bd8d444e9701b4d1314160b8904434e0;p=thirdparty%2FPython%2Fcpython.git [3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997) (cherry picked from commit 6b0d09b) --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 20ee68e0caca..110dbda09a74 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,11 @@ Released on 2018-06-15? ====================================== +bpo-32831: Add docstrings and tests for codecontext.py. +Coverage is 100%. Patch by Cheryl Sabella. + +bpo-33564: Code context now recognizes async as a block opener. + bpo-29706: IDLE now colors async and await as keywords in 3.6. They become full keywords in 3.7.