Kaydet (Commit) 07c44c7a authored tarafından Guido van Rossum's avatar Guido van Rossum

Document -x too.

üst 560e8ade
......@@ -25,6 +25,9 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-v
]
[
.B \-x
]
[
.B \-X
]
.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
(filename or built-in module) from which it is loaded.
.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
Make the standard exceptions strings instead of classes.
Use for backward compatibility with old code only.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment