[Python-checkins] cpython (2.7): #11971: fix man page; it's -OO not -O0

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


http://hg.python.org/cpython/rev/d70b0137902b
changeset:   69732:d70b0137902b
branch:      2.7
parent:      69727:a9cb47d0241e
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun May 01 11:12:35 2011 -0400
summary:
  #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
@@ -31,7 +31,7 @@
 .B \-O
 ]
 [
-.B \-O0
+.B \-OO
 ]
 [
 .B -Q
@@ -148,7 +148,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
 .BI "\-Q " argument

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


More information about the Python-checkins mailing list