diff options
author | terryjreedy <tjreedy@udel.edu> | 2017-06-29 23:15:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 23:15:18 (GMT) |
commit | 6f31717c47e325460e2a661bf44b45d342d65bcb (patch) | |
tree | 5b68309a4788153ba3d04b83f706a5ae440aa3db /Misc/NEWS.d | |
parent | 1d56ed5210babb68b5798cd943bb21f417e781ee (diff) | |
download | cpython-6f31717c47e325460e2a661bf44b45d342d65bcb.zip cpython-6f31717c47e325460e2a661bf44b45d342d65bcb.tar.gz cpython-6f31717c47e325460e2a661bf44b45d342d65bcb.tar.bz2 |
[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)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-06-29-18-23-06.bpo-30495.qIWgc4.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-06-29-18-23-06.bpo-30495.qIWgc4.rst b/Misc/NEWS.d/next/IDLE/2017-06-29-18-23-06.bpo-30495.qIWgc4.rst new file mode 100644 index 0000000..5e046e0 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-06-29-18-23-06.bpo-30495.qIWgc4.rst @@ -0,0 +1,2 @@ +IDLE: Improve textview with docstrings, PEP8 names, and more tests. Patch by +Cheryl Sabella. |