Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1749ce7

Browse files
committed
Merge with 3.4
2 parents 0389fcc + 8b5a981 commit 1749ce7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Doc/library/idle.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,12 @@ Check Module
206206

207207
Run Module
208208
Do Check Module (above). If no error, restart the shell to clean the
209-
environment, then execute the module.
209+
environment, then execute the module. Output is displayed in the Shell
210+
window. Note that output requires use of ``print`` or ``write``.
211+
When execution is complete, the Shell retains focus and displays a prompt.
212+
At this point, one may interactively explore the result of execution.
213+
This is similar to executing a file with ``python -i file`` at a command
214+
line.
210215

211216
Shell menu (Shell window only)
212217
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)