diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-05-24 02:18:15 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-05-24 02:18:15 (GMT) |
commit | 8506016f904ba6bc27bf5261f27a0bdd5945cd26 (patch) | |
tree | 5e5229c32822a132d8c2dce377b2297916cee2d2 /Lib/idlelib/NEWS.txt | |
parent | 8ebf5ceb0f5408d1ebc26c19702ac0762ef5ea04 (diff) | |
download | cpython-8506016f904ba6bc27bf5261f27a0bdd5945cd26.zip cpython-8506016f904ba6bc27bf5261f27a0bdd5945cd26.tar.gz cpython-8506016f904ba6bc27bf5261f27a0bdd5945cd26.tar.bz2 |
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 786378e..2f8237d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,8 @@ Released on 2018-06-18? ====================================== +bpo-33628: Cleanup codecontext.py and its test. + bpo-32831: Add docstrings and tests for codecontext.py. Coverage is 100%. Patch by Cheryl Sabella. |