]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add -3 to manpage
authorBenjamin Peterson <benjamin@python.org>
Fri, 9 Jan 2009 03:05:14 +0000 (03:05 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 9 Jan 2009 03:05:14 +0000 (03:05 +0000)
Misc/python.man

index 705f7bcbd4c544886cdec8883c87789e039d5be2..56d57f4a6805b90303b13726e54b2a162ee81e84 100644 (file)
@@ -54,6 +54,9 @@ python \- an interpreted, interactive, object-oriented programming language
 [
 .B \-x
 ]
+[
+.B \-3
+]
 .br
        [
 .B \-c
@@ -236,6 +239,9 @@ is thus equivalent to an omitted line number.
 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