summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-30 02:47:33 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-30 02:47:33 -0400
commiteff5bd1b450c4f55ccccdd7bdaf4ee0779d937f5 (patch)
tree368bc216e4987620f8f91c08012dede12e6a6122 /Lib/idlelib/idle_test
parentceb9cceec1ba3ddc9d49ad8b6ffb0dce5263fe8f (diff)
parent98d66f5109d16dc14fc6124b6050bdadc29d7b73 (diff)
downloadcpython-eff5bd1b450c4f55ccccdd7bdaf4ee0779d937f5.tar.gz
Merge with 3.4
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r--Lib/idlelib/idle_test/htest.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py
index b0f434046b..3e24518a0f 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 = {