]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 5 Jan 2021 09:18:02 +0000 (04:18 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 09:18:02 +0000 (04:18 -0500)
commita087a97438e922fcace357ff4c29806ff65838d8
tree5904a9d715ee373f6fb3b5bfdced2adf091ee9d3
parent3b6dcb86302ddbf48f57f7bd2ffc63a801b11e64
[3.8] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)

Make menu items work with formatter, add docstrings, add 100% tests.

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit e40e2a2cc94c554e7e245a8ca5a7432d31a95766)
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]