diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-20 23:57:37 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-20 23:57:37 (GMT) |
commit | 47f9741e5cc08a5f4e2d24fb62388afa18b30a8c (patch) | |
tree | 6f4e28d96c3dc9db427e3bc3405e829e57643546 /Lib/idlelib/idle_test/htest.py | |
parent | fc2fb0f62197ada0dec658dbd3ae44fcd7fcb938 (diff) | |
parent | 5d46ab1274232d51060ba2e45e6c345ef4e5b970 (diff) | |
download | cpython-47f9741e5cc08a5f4e2d24fb62388afa18b30a8c.zip cpython-47f9741e5cc08a5f4e2d24fb62388afa18b30a8c.tar.gz cpython-47f9741e5cc08a5f4e2d24fb62388afa18b30a8c.tar.bz2 |
Merge with 3.4
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
-rw-r--r-- | Lib/idlelib/idle_test/htest.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index aa7f2e8..3a9885c 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -194,13 +194,6 @@ _grep_dialog_spec = { "should open that file \nin a new EditorWindow." } -_help_dialog_spec = { - 'file': 'EditorWindow', - 'kwds': {}, - 'msg': "If the help text displays, this works.\n" - "Text is selectable. Window is scrollable." - } - _io_binding_spec = { 'file': 'IOBinding', 'kwds': {}, @@ -279,6 +272,13 @@ _scrolled_list_spec = { "Right clicking an item will display a popup." } +show_idlehelp_spec = { + 'file': 'help', + 'kwds': {}, + 'msg': "If the help text displays, this works.\n" + "Text is selectable. Window is scrollable." + } + _stack_viewer_spec = { 'file': 'StackViewer', 'kwds': {}, |