Branch: refs/heads/master Home: https://github.com/python/cpython Commit: fae2c3538ecbcdd37b6eca891c0815d2093c39e3 https://github.com/python/cpython/commit/fae2c3538ecbcdd37b6eca891c0815d2093c39e3 Author: wohlganger <charles.wohlganger at gmail.com> Date: 2017年06月27日 (2017年6月27日) Changed paths: M Lib/idlelib/configdialog.py M Lib/idlelib/idle_test/test_parenmatch.py M Lib/idlelib/parenmatch.py M Misc/ACKS A Misc/NEWS.d/next/IDLE/2017-06-27-19-05-40.bpo-30723.rQh06y.rst Log Message: ----------- bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306) * Add 'parens' style to highlight both opener and closer. * Make 'default' style, which is not default, a synonym for 'opener'. * Make time-delay work the same with all styles. * Add help for config dialog extensions tab, including parenmatch. * Add new tests. Original patch by Charles Wohlganger.