[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

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


http://hg.python.org/cpython/rev/6b5a58836dae
changeset:   73252:6b5a58836dae
parent:      73249:a228890c624d
parent:      73251:7a2877d12d52
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Mon Oct 31 17:16:03 2011 +0100
summary:
  merge with 3.2

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