Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ed014f7e135fe021837208960237d6c37afde5be https://github.com/python/cpython/commit/ed014f7e135fe021837208960237d6c37afde5be Author: Louie Lu <git at louie.lu> Date: 2017年07月19日 (2017年7月19日) Changed paths: M Lib/idlelib/idle_test/test_config.py Log Message: ----------- bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754) Patch by LouieLu.