]> granicus.if.org Git - python/commitdiff
bpo-30928: Update idlelib/NEWS.txt. (#6995)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 May 2018 01:38:46 +0000 (21:38 -0400)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 01:38:46 +0000 (21:38 -0400)
Lib/idlelib/NEWS.txt

index e255b0402d425f0ddd048eff59cbb8208df5afae..786378e2a632f36193b8928b6c654c4266d80ced 100644 (file)
@@ -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