diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-30 06:47:48 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-10-30 06:47:48 (GMT) |
| commit | c6d17c04bc94c690e9636cd6eb9b7a16f0496836 (patch) | |
| tree | 85c4cdeb1ea299018f84ee8ec9b61823a2191418 /Lib/idlelib/idle_test/htest.py | |
| parent | e448066268973fdc04328ec8d0c32ebd6becc692 (diff) | |
| parent | dc22031a61184009f4a3bd030d7042fb0c259569 (diff) | |
| download | cpython-c6d17c04bc94c690e9636cd6eb9b7a16f0496836.zip cpython-c6d17c04bc94c690e9636cd6eb9b7a16f0496836.tar.gz cpython-c6d17c04bc94c690e9636cd6eb9b7a16f0496836.tar.bz2 | |
Merge with 3.5
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
| -rw-r--r-- | Lib/idlelib/idle_test/htest.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index b0f4340..3e24518 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -189,9 +189,11 @@ _grep_dialog_spec = { _io_binding_spec = { 'file': 'IOBinding', 'kwds': {}, - 'msg': "Test the following bindings\n" - "<Control-o> to display open window from file dialog.\n" - "<Control-s> to save the file\n" + 'msg': "Test the following bindings.\n" + "<Control-o> to open file from dialog.\n" + "Edit the file.\n" + "<Control-s> to save the file.\n" + "Check that changes were saved by opening the file elsewhere." } _multi_call_spec = { |
