diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 20ee68e0caca00..110dbda09a7496 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.