[Python-checkins] r74111 - python/trunk/Doc/library/2to3.rst

benjamin.peterson python-checkins at python.org
Mon Jul 20 15:30:11 CEST 2009


Author: benjamin.peterson
Date: Mon Jul 20 15:30:10 2009
New Revision: 74111

Log:
remove docs for deprecated -p option

Modified:
   python/trunk/Doc/library/2to3.rst

Modified: python/trunk/Doc/library/2to3.rst
==============================================================================
--- python/trunk/Doc/library/2to3.rst	(original)
+++ python/trunk/Doc/library/2to3.rst	Mon Jul 20 15:30:10 2009
@@ -86,13 +86,6 @@
 The :option:`-v` option enables output of more information on the translation
 process.
 
-When the :option:`-p` is passed, the :2to3fixer:`print` fixer ``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.
-
 
 .. _2to3-fixers:
 


More information about the Python-checkins mailing list