]> granicus.if.org Git - python/commitdiff
Issue #22820: Explain need for *print* when running file from Idle editor.
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 24 Sep 2015 05:39:30 +0000 (01:39 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 24 Sep 2015 05:39:30 +0000 (01:39 -0400)
Doc/library/idle.rst

index bbbeaa2e2f7396e2108da5457682851c7f65f312..c149aa91a35d413a2aa40787dec437764fb3b530 100644 (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)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^