[Python-checkins] r68429 - python/trunk/Misc/python.man

benjamin.peterson python-checkins at python.org
Fri Jan 9 04:05:15 CET 2009


Author: benjamin.peterson
Date: Fri Jan  9 04:05:14 2009
New Revision: 68429

Log:
add -3 to manpage

Modified:
   python/trunk/Misc/python.man

Modified: python/trunk/Misc/python.man
==============================================================================
--- python/trunk/Misc/python.man	(original)
+++ python/trunk/Misc/python.man	Fri Jan  9 04:05:14 2009
@@ -54,6 +54,9 @@
 [
 .B \-x
 ]
+[
+.B \-3
+]
 .br
        [
 .B \-c
@@ -236,6 +239,9 @@
 Skip the first line of the source.  This is intended for a DOS
 specific hack only.  Warning: the line numbers in error messages will
 be off by one!
+.TP
+.B \-3
+Warn about Python 3.x incompatibilities that 2to3 cannot trivially fix.
 .SH INTERPRETER INTERFACE
 The interpreter interface resembles that of the UNIX shell: when
 called with standard input connected to a tty device, it prompts for


More information about the Python-checkins mailing list