From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 20 May 2018 02:01:26 +0000 (-0700) Subject: bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) X-Git-Tag: v3.7.0b5~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=222ae1eccc819d82fcadbb3c9e1fba83339cc5c6;p=thirdparty%2FPython%2Fcpython.git bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (#6996) (cherry picked from commit 6b0d09b8f06e6967fa3d41425cecf6499a353a6d) Co-authored-by: Terry Jan Reedy --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index e255b0402d42..786378e2a632 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