[Python-checkins] cpython (merge 3.2 -> default): Merge #11971: fix man page; it's -OO not -O0

r.david.murray python-checkins at python.org
Sun May 1 17:15:35 CEST 2011


http://hg.python.org/cpython/rev/e2f71bc9b0db
changeset:   69735:e2f71bc9b0db
parent:      69731:e680564efa8c
parent:      69734:bbc6129f7861
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun May 01 11:15:01 2011 -0400
summary:
  Merge #11971: fix man page; it's -OO not -O0

Patch by Lars Michelsen.

files:
  Misc/python.man |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/python.man b/Misc/python.man
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -34,7 +34,7 @@
 .B \-O
 ]
 [
-.B \-O0
+.B \-OO
 ]
 [
 .B \-s
@@ -141,7 +141,7 @@
 .I .pyc
 to \fI.pyo\fP.  Given twice, causes docstrings to be discarded.
 .TP
-.B \-O0
+.B \-OO
 Discard docstrings in addition to the \fB-O\fP optimizations.
 .TP
 .B \-q

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list