Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5a346d5dbc1f0f70eca706a8ba19f7645bf17837 https://github.com/python/cpython/commit/5a346d5dbc1f0f70eca706a8ba19f7645bf17837 Author: csabella <chekat2 at gmail.com> Date: 2017年05月27日 (2017年5月27日) Changed paths: M Lib/idlelib/help_about.py M Lib/idlelib/idle_test/test_help_about.py Log Message: ----------- bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714) Patch by Cheryl Sabella.