[Python-checkins] cpython (2.7): remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@

sandro.tosi python-checkins at python.org
Mon Oct 31 17:18:07 CET 2011


http://hg.python.org/cpython/rev/aba380a9d8f3
changeset:   73250:aba380a9d8f3
branch:      2.7
parent:      73247:0694ebb5db99
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Mon Oct 31 17:15:03 2011 +0100
summary:
  remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@

files:
  Doc/tutorial/interpreter.rst |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -60,8 +60,7 @@
 
 When a script file is used, it is sometimes useful to be able to run the script
 and enter interactive mode afterwards.  This can be done by passing :option:`-i`
-before the script.  (This does not work if the script is read from standard
-input, for the same reason as explained in the previous paragraph.)
+before the script.
 
 
 .. _tut-argpassing:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list