diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-24 05:40:07 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-09-24 05:40:07 (GMT) |
commit | 51c0f3e451a0cde2d7c22bff3c3554957518b50f (patch) | |
tree | 2829fecfb798a0f98482ce80ffb03085ef254bf0 /Doc/library | |
parent | 2b0d646b751e6e5bdb466c05ffd2824dd46c7d60 (diff) | |
parent | 1749ce75429fd06749aedb3e5548996df8285827 (diff) | |
download | cpython-51c0f3e451a0cde2d7c22bff3c3554957518b50f.zip cpython-51c0f3e451a0cde2d7c22bff3c3554957518b50f.tar.gz cpython-51c0f3e451a0cde2d7c22bff3c3554957518b50f.tar.bz2 |
Merge with 3.5
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/idle.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst index bbbeaa2..c149aa9 100644 --- a/Doc/library/idle.rst +++ b/Doc/library/idle.rst @@ -206,7 +206,12 @@ Check Module Run Module Do Check Module (above). If no error, restart the shell to clean the - environment, then execute the module. + environment, then execute the module. Output is displayed in the Shell + window. Note that output requires use of ``print`` or ``write``. + When execution is complete, the Shell retains focus and displays a prompt. + At this point, one may interactively explore the result of execution. + This is similar to executing a file with ``python -i file`` at a command + line. Shell menu (Shell window only) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |