Skip to content

Commit c4431ee

Browse files
committed
add -3 to manpage
1 parent a924289 commit c4431ee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Misc/python.man

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ python \- an interpreted, interactive, object-oriented programming language
5454
[
5555
.B \-x
5656
]
57+
[
58+
.B \-3
59+
]
5760
.br
5861
[
5962
.B \-c
@@ -236,6 +239,9 @@ is thus equivalent to an omitted line number.
236239
Skip the first line of the source. This is intended for a DOS
237240
specific hack only. Warning: the line numbers in error messages will
238241
be off by one!
242+
.TP
243+
.B \-3
244+
Warn about Python 3.x incompatibilities that 2to3 cannot trivially fix.
239245
.SH INTERPRETER INTERFACE
240246
The interpreter interface resembles that of the UNIX shell: when
241247
called with standard input connected to a tty device, it prompts for

0 commit comments

Comments
 (0)