diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2021-01-05 07:26:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 07:26:43 (GMT) |
commit | e40e2a2cc94c554e7e245a8ca5a7432d31a95766 (patch) | |
tree | 0a93499ae4b22a1993bfa52bfdc6d5d4829bce13 /Misc/NEWS.d/next/IDLE | |
parent | 59f9b4e4509be67494f3d45489fa55523175ff69 (diff) | |
download | cpython-e40e2a2cc94c554e7e245a8ca5a7432d31a95766.zip cpython-e40e2a2cc94c554e7e245a8ca5a7432d31a95766.tar.gz cpython-e40e2a2cc94c554e7e245a8ca5a7432d31a95766.tar.bz2 |
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Make menu items work with formatter, add docstrings, add 100% tests.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst b/Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst new file mode 100644 index 0000000..c422f43 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst @@ -0,0 +1,2 @@ +Finish zzdummy example extension module: make menu entries work; +add docstrings and tests with 100% coverage. |