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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-05-23-19-51-07.bpo-33628.sLlFLO.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-05-23-19-51-07.bpo-33628.sLlFLO.rst b/Misc/NEWS.d/next/IDLE/2018-05-23-19-51-07.bpo-33628.sLlFLO.rst new file mode 100644 index 0000000..f0b13a2 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-05-23-19-51-07.bpo-33628.sLlFLO.rst @@ -0,0 +1,2 @@ +IDLE: Cleanup codecontext.py and its test. + |