Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 44913e584bcf4e2a0e1a6372c304c2d5ea521fc6 https://github.com/python/cpython/commit/44913e584bcf4e2a0e1a6372c304c2d5ea521fc6 Author: terryjreedy <tjreedy at udel.edu> Date: 2017年06月27日 (2017年6月27日) Changed paths: M Lib/idlelib/config_key.py M Lib/idlelib/idle_test/test_config_key.py A Misc/NEWS.d/next/IDLE/2017-06-27-00-29-56.bpo-21519.fTj9T0.rst Log Message: ----------- bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428)