]> granicus.if.org Git - python/commit
[3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421)
authorterryjreedy <tjreedy@udel.edu>
Tue, 27 Jun 2017 00:48:39 +0000 (20:48 -0400)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2017 00:48:39 +0000 (20:48 -0400)
commit938e73809d10f6073c85ecd330c88a85c6095530
treea65867cc2ba49377a60aa852ac0ecbc4eb9bba0a
parent9ad50d94599aed0c37beaf78948ec271c8aa3881
[3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421)

Also, change '*' in the tkinter import to an explicit list of names.
Patch by Cheryl Sabella.
(cherry picked from commit bac7d33)
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2017-06-26-15-47-13.bpo-30728.qH4TGL.rst [new file with mode: 0644]