From 09a5c077bd8d444e9701b4d1314160b8904434e0 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 19 May 2018 23:50:21 -0400 Subject: [PATCH] [3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997) (cherry picked from commit 6b0d09b) --- Lib/idlelib/NEWS.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 20ee68e0ca..110dbda09a 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. -- 2.50.0