Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 552f26680d3806df7c27dd7161fd7d57ac815f78 https://github.com/python/cpython/commit/552f26680d3806df7c27dd7161fd7d57ac815f78 Author: terryjreedy <tjreedy at udel.edu> Date: 2017年07月07日 (2017年7月07日) Changed paths: M Lib/idlelib/config.py M Lib/idlelib/editor.py M Lib/idlelib/pyshell.py A Misc/NEWS.d/next/IDLE/2017-07-07-21-10-55.bpo-8231.yEge3L.rst Log Message: ----------- [3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (GH-2629) (#2631) (cherry picked from commit 223c7e7)