Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2015-09-24 01:39:48 -04:00
commit 1749ce7542
1 changed files with 6 additions and 1 deletions

View File

@ -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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^