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 /Lib/idlelib/NEWS.txt | |
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 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7167314..b04ea74 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,9 @@ Released on 2021-10-04? ====================================== +bpo-32631: Finish zzdummy example extension module: make menu entries +work; add docstrings and tests with 100% coverage. + bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround that prevented running files with shortcuts when using new universal2 installers built on macOS 11. |