]> granicus.if.org Git - python/commitdiff
[3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 20 May 2018 03:50:21 +0000 (23:50 -0400)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 03:50:21 +0000 (23:50 -0400)
(cherry picked from commit 6b0d09b)

Lib/idlelib/NEWS.txt

index 20ee68e0caca00e1e77c3c4bd8028fa777e01a07..110dbda09a74963aabd711f01a792b55227c82d3 100644 (file)
@@ -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.