]> granicus.if.org Git - python/commit
[3.6] bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests....
authorterryjreedy <tjreedy@udel.edu>
Thu, 29 Jun 2017 23:15:18 +0000 (19:15 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2017 23:15:18 +0000 (19:15 -0400)
commit6f31717c47e325460e2a661bf44b45d342d65bcb
tree5b68309a4788153ba3d04b83f706a5ae440aa3db
parent1d56ed5210babb68b5798cd943bb21f417e781ee
[3.6] bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (GH-2283) (#2496)

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.
(cherry picked from commit 42bc8be)
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_help_about.py
Lib/idlelib/idle_test/test_textview.py
Lib/idlelib/pyshell.py
Lib/idlelib/textview.py
Misc/NEWS.d/next/IDLE/2017-06-29-18-23-06.bpo-30495.qIWgc4.rst [new file with mode: 0644]