Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 50c9435c9b73b39fcf79cc3e58edc58bb943d0ed https://github.com/python/cpython/commit/50c9435c9b73b39fcf79cc3e58edc58bb943d0ed Author: Louie Lu <git at louie.lu> 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: ----------- bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662) Patch by Louie Lu.