[Python-checkins] [3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997)

Terry Jan Reedy webhook-mailer at python.org
Sat May 19 23:50:24 EDT 2018


https://github.com/python/cpython/commit/09a5c077bd8d444e9701b4d1314160b8904434e0
commit: 09a5c077bd8d444e9701b4d1314160b8904434e0
branch: 3.6
author: Terry Jan Reedy <tjreedy at udel.edu>
committer: GitHub <noreply at github.com>
date: 2018-05-19T23:50:21-04:00
summary:

[3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997)

(cherry picked from commit 6b0d09b)

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 20ee68e0caca..110dbda09a74 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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.
 



More information about the Python-checkins mailing list