Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 938e73809d10f6073c85ecd330c88a85c6095530 https://github.com/python/cpython/commit/938e73809d10f6073c85ecd330c88a85c6095530 Author: terryjreedy <tjreedy at udel.edu> 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: ----------- [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)