Branch: refs/heads/master Home: https://github.com/python/cpython Commit: bac7d3363b099d0cdef3e541f8581859edfddc85 https://github.com/python/cpython/commit/bac7d3363b099d0cdef3e541f8581859edfddc85 Author: csabella <cheryl.sabella at gmail.com> Date: 2017年06月26日 (2017年6月26日) Changed paths: M Lib/idlelib/configdialog.py M Lib/idlelib/idle_test/test_configdialog.py A Misc/NEWS.d/next/IDLE/2017-06-26-15-47-13.bpo-30728.qH4TGL.rst Log Message: ----------- 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.