Kaydet (Commit) e97f14c1 authored tarafından R David Murray's avatar R David Murray

Merge #11971: fix man page; it's -OO not -O0

Patch by Lars Michelsen.
...@@ -34,7 +34,7 @@ python \- an interpreted, interactive, object-oriented programming language ...@@ -34,7 +34,7 @@ python \- an interpreted, interactive, object-oriented programming language
.B \-O .B \-O
] ]
[ [
.B \-O0 .B \-OO
] ]
[ [
.B -Q .B -Q
...@@ -145,7 +145,7 @@ compiled (bytecode) files from ...@@ -145,7 +145,7 @@ compiled (bytecode) files from
.I .pyc .I .pyc
to \fI.pyo\fP. Given twice, causes docstrings to be discarded. to \fI.pyo\fP. Given twice, causes docstrings to be discarded.
.TP .TP
.B \-O0 .B \-OO
Discard docstrings in addition to the \fB-O\fP optimizations. Discard docstrings in addition to the \fB-O\fP optimizations.
.TP .TP
.B \-q .B \-q
......
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