mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Merge with 3.5
This commit is contained in:
commit
51c0f3e451
1 changed files with 6 additions and 1 deletions
|
|
@ -206,7 +206,12 @@ Check Module
|
||||||
|
|
||||||
Run Module
|
Run Module
|
||||||
Do Check Module (above). If no error, restart the shell to clean the
|
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)
|
Shell menu (Shell window only)
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue