]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 5 Jan 2021 08:25:57 +0000 (03:25 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 08:25:57 +0000 (03:25 -0500)
commitd82392facefe0564dd55aa2adf04bf21c704858d
tree40500775440310cb4779117d2d33365340059a94
parent30e9ee3f438e1fcd2d26c89881228886de06afd6
[3.9] 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>
(cherry picked from commit e40e2a2cc94c554e7e245a8ca5a7432d31a95766)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
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]