summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-30 06:47:33 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-30 06:47:33 (GMT)
commitdc22031a61184009f4a3bd030d7042fb0c259569 (patch)
tree7056a2de0427901b5e63897c8de0e1bd19258f6e /Lib/idlelib/idle_test
parentadf8627f41b22ba0d0ba47a0da12a49ba64064e7 (diff)
parentbbdc065506dd7b8b6c2482d482789754ce1dd073 (diff)
downloadcpython-dc22031a61184009f4a3bd030d7042fb0c259569.zip
cpython-dc22031a61184009f4a3bd030d7042fb0c259569.tar.gz
cpython-dc22031a61184009f4a3bd030d7042fb0c259569.tar.bz2
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 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 = {