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

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


http://hg.python.org/cpython/rev/bbc6129f7861
changeset:   69734:bbc6129f7861
branch:      3.2
parent:      69729:0f14dd4e644e
parent:      69733:c57fdce01eb8
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun May 01 11:14:31 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 -Q
@@ -145,7 +145,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