Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 42bc8beadd49f60cc52fdc397897b3bd81640406 https://github.com/python/cpython/commit/42bc8beadd49f60cc52fdc397897b3bd81640406 Author: csabella <cheryl.sabella at gmail.com> Date: 2017年06月29日 (2017年6月29日) Changed paths: M Lib/idlelib/idle_test/htest.py M Lib/idlelib/idle_test/test_help_about.py M Lib/idlelib/idle_test/test_textview.py M Lib/idlelib/pyshell.py M Lib/idlelib/textview.py A Misc/NEWS.d/next/IDLE/2017-06-29-18-23-06.bpo-30495.qIWgc4.rst Log Message: ----------- bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283) Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes so that instances of the latter two can be placed with other widgets within a multiframe window. Patch by Cheryl Sabella.