Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: a9bf62cadf6ccd55b84a8d4f353529b02a537830 https://github.com/python/cpython/commit/a9bf62cadf6ccd55b84a8d4f353529b02a537830 Author: terryjreedy <tjreedy at udel.edu> Date: 2017年07月12日 (2017年7月12日) Changed paths: M Lib/idlelib/config.py M Lib/idlelib/idle_test/test_config.py M Lib/test/cfgparser.1 A Misc/NEWS.d/next/IDLE/2017-07-11-02-26-17.bpo-30899.SQmVO8.rst Log Message: ----------- [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (GH-2662) (#2685) Patch by Louie Lu. (cherry picked from commit 50c9435)