diff options
| author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-01-27 16:51:50 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-01-27 16:51:50 (GMT) |
| commit | b31a2849dac463719675e31087a2c3216737529d (patch) | |
| tree | 18ef783ba4b338aba11d998a38a41128485d1c6a /Lib/idlelib/idle_test/htest.py | |
| parent | 5bc03a6d4d5d08663056ad1e85b67ad53e74d795 (diff) | |
| download | cpython-b31a2849dac463719675e31087a2c3216737529d.zip cpython-b31a2849dac463719675e31087a2c3216737529d.tar.gz cpython-b31a2849dac463719675e31087a2c3216737529d.tar.bz2 | |
Issue #25507: revert incorrect movement of idleConf import in c548ad75160c.
Augment htest to include all major IOBinding functions.
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
| -rw-r--r-- | Lib/idlelib/idle_test/htest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index 3e24518..58e62cb 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -192,7 +192,10 @@ _io_binding_spec = { 'msg': "Test the following bindings.\n" "<Control-o> to open file from dialog.\n" "Edit the file.\n" + "<Control-p> to print the file.\n" "<Control-s> to save the file.\n" + "<Alt-s> to save-as another file.\n" + "<Control-c> to save-copy-as another file.\n" "Check that changes were saved by opening the file elsewhere." } |
