[Python-checkins] [python/cpython] 6f3171: [3.6] bpo-30495: IDLE: improve textview with docst...
GitHub
noreply at github.com
Thu Jun 29 19:15:21 EDT 2017
Branch: refs/heads/3.6
Home: https://github.com/python/cpython
Commit: 6f31717c47e325460e2a661bf44b45d342d65bcb
https://github.com/python/cpython/commit/6f31717c47e325460e2a661bf44b45d342d65bcb
Author: terryjreedy <tjreedy at udel.edu>
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:
-----------
[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)
More information about the Python-checkins
mailing list