Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 0aa0a06e8b719533aefd175a5716f1698f474052 https://github.com/python/cpython/commit/0aa0a06e8b719533aefd175a5716f1698f474052 Author: csabella <chekat2 at gmail.com> Date: 2017年05月28日 (2017年5月28日) Changed paths: M Lib/idlelib/idle_test/test_help_about.py M Lib/idlelib/idle_test/test_textview.py M Lib/idlelib/textview.py Log Message: ----------- bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) Patch by Cheryl Sabella.