From 92a42501e4f93c3394fbf8c03a49aed81536aeb8 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 19 May 2018 21:04:03 -0400 Subject: [PATCH] bpo-30928: Update idlelib/NEWS.txt. --- Lib/idlelib/NEWS.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e255b0402d425f..786378e2a632f3 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,11 @@ Released on 2018-06-18? ====================================== +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-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