Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 36329a4dd85c03e2060a306e86ac5ddec6fd2549 https://github.com/python/cpython/commit/36329a4dd85c03e2060a306e86ac5ddec6fd2549 Author: csabella <cheryl.sabella at gmail.com> Date: 2017年07月13日 (2017年7月13日) Changed paths: M Lib/idlelib/configdialog.py A Misc/NEWS.d/next/IDLE/2017-07-13-23-07-33.bpo-30913.aezn_e.rst Log Message: ----------- bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697) The will help writing dialog improvements and splitting the class into multiple classes. Original patch by Cheryl Sabella.