(original) (raw)
changeset: 69732:d70b0137902b branch: 2.7 parent: 69727:a9cb47d0241e user: R David Murray rdmurray@bitdance.com date: Sun May 01 11:12:35 2011 -0400 files: Misc/python.man description: #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. diff -r a9cb47d0241e -r d70b0137902b Misc/python.man --- a/Misc/python.man Sat Apr 30 17:26:02 2011 -0400 +++ b/Misc/python.man Sun May 01 11:12:35 2011 -0400 @@ -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 /rdmurray@bitdance.com