]> granicus.if.org Git - python/commit
bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#2283)
authorcsabella <cheryl.sabella@gmail.com>
Thu, 29 Jun 2017 22:42:17 +0000 (18:42 -0400)
committerterryjreedy <tjreedy@udel.edu>
Thu, 29 Jun 2017 22:42:17 +0000 (18:42 -0400)
commit42bc8beadd49f60cc52fdc397897b3bd81640406
tree5c61554842c2156ef44ee64eb835c44bc9621ab8
parent18974c35ad9d25ffea041dc0363dc01889f4a595
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.
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]