]> granicus.if.org Git - python/commit
bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307)
authorcsabella <cheryl.sabella@gmail.com>
Mon, 26 Jun 2017 21:46:26 +0000 (17:46 -0400)
committerterryjreedy <tjreedy@udel.edu>
Mon, 26 Jun 2017 21:46:26 +0000 (17:46 -0400)
commitbac7d3363b099d0cdef3e541f8581859edfddc85
tree8fb96ff853f177aee428c4a3cd1953c4bc38b66a
parentb350c22ebcbb891412e0b334afc9f0db19534e06
bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307)

Also, change '*' in the tkinter import to an explicit list of names.
Patch by Cheryl Sabella.
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]