commit | 6f31717c47e325460e2a661bf44b45d342d65bcb | [log] [tgz] |
---|---|---|
author | terryjreedy <tjreedy@udel.edu> | Thu Jun 29 19:15:18 2017 -0400 |
committer | GitHub <noreply@github.com> | Thu Jun 29 19:15:18 2017 -0400 |
tree | 5b68309a4788153ba3d04b83f706a5ae440aa3db | |
parent | 1d56ed5210babb68b5798cd943bb21f417e781ee [diff] |
[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)