]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Tue, 5 Jan 2021 07:26:43 +0000 (02:26 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 07:26:43 +0000 (02:26 -0500)
commite40e2a2cc94c554e7e245a8ca5a7432d31a95766
tree0a93499ae4b22a1993bfa52bfdc6d5d4829bce13
parent59f9b4e4509be67494f3d45489fa55523175ff69
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>
Lib/idlelib/NEWS.txt
Lib/idlelib/configdialog.py
Lib/idlelib/extend.txt
Lib/idlelib/idle_test/test_zzdummy.py [new file with mode: 0644]
Lib/idlelib/zzdummy.py
Misc/NEWS.d/next/IDLE/2019-06-30-20-31-09.bpo-32631.e7_4BG.rst [new file with mode: 0644]