mirror of https://github.com/python/cpython.git
Document -x too.
This commit is contained in:
parent
560e8adef7
commit
07c44c7ad5
|
@ -25,6 +25,9 @@ python \- an interpreted, interactive, object-oriented programming language
|
||||||
.B \-v
|
.B \-v
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
|
.B \-x
|
||||||
|
]
|
||||||
|
[
|
||||||
.B \-X
|
.B \-X
|
||||||
]
|
]
|
||||||
.br
|
.br
|
||||||
|
@ -94,6 +97,11 @@ Force stdin, stdout and stderr to be totally unbuffered.
|
||||||
Print a message each time a module is initialized, showing the place
|
Print a message each time a module is initialized, showing the place
|
||||||
(filename or built-in module) from which it is loaded.
|
(filename or built-in module) from which it is loaded.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-x
|
||||||
|
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 \-X
|
.B \-X
|
||||||
Make the standard exceptions strings instead of classes.
|
Make the standard exceptions strings instead of classes.
|
||||||
Use for backward compatibility with old code only.
|
Use for backward compatibility with old code only.
|
||||||
|
|
Loading…
Reference in New Issue