summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-20 13:33:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-07-20 13:33:05 (GMT)
commit7cb23c673abe07c13f690683acfc57c5edb83527 (patch)
tree115bd9cb2b31c704587ae22926530c30b86e6ff5 /Doc
parent428e9d1d05470d1be6d9f4720cb9e163820fa6c8 (diff)
downloadcpython-7cb23c673abe07c13f690683acfc57c5edb83527.zip
cpython-7cb23c673abe07c13f690683acfc57c5edb83527.tar.gz
cpython-7cb23c673abe07c13f690683acfc57c5edb83527.tar.bz2
Merged revisions 74111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74111 | benjamin.peterson | 2009-07-20 08:30:10 -0500 (Mon, 20 Jul 2009) | 1 line remove docs for deprecated -p option ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/2to3.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index 56b3061..24c563c 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -84,13 +84,6 @@ document could also be refactored with this option.
The :option:`-v` option enables output of more information on the translation
process.
-When the :option:`-p` is passed, 2to3 treats ``print`` as a function instead of
-a statement. This is useful when ``from __future__ import print_function`` is
-being used. If this option is not given, the print fixer will surround print
-calls in an extra set of parentheses because it cannot differentiate between the
-print statement with parentheses (such as ``print ("a" + "b" + "c")``) and a
-true function call.
-
:mod:`lib2to3` - 2to3's library
-------------------------------