]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 13 Aug 2013 23:51:04 +0000 (19:51 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 13 Aug 2013 23:51:04 +0000 (19:51 -0400)
commit0a01ac4300ff3831d63fc065eb9bac7767bfd8dc
tree5f53219465b95d4ab8a789438f633f7093ce3716
parent7f7b941fdcdfe28f3cd37e84bc5d7a298385b451
Issue #18425: Add docstrings to IdleHistory.py.  Remove redundant 'history_'
prefix from two attributes and two methods of History class.
Lib/idlelib/IdleHistory.py
Lib/idlelib/PyShell.py