summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-05-20 01:38:46 (GMT)
committerGitHub <noreply@github.com>2018-05-20 01:38:46 (GMT)
commit6b0d09b8f06e6967fa3d41425cecf6499a353a6d (patch)
treec010338ea5d4ea326e65cb55f994f00aa7911d19
parent4857543a090c6c1ad20e935b2d7e88bbf2cbcc01 (diff)
downloadcpython-6b0d09b8f06e6967fa3d41425cecf6499a353a6d.zip
cpython-6b0d09b8f06e6967fa3d41425cecf6499a353a6d.tar.gz
cpython-6b0d09b8f06e6967fa3d41425cecf6499a353a6d.tar.bz2
bpo-30928: Update idlelib/NEWS.txt. (#6995)
-rw-r--r--Lib/idlelib/NEWS.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index e255b04..786378e 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