From: R David Murray Date: Sun, 1 May 2011 15:14:31 +0000 (-0400) Subject: Merge #11971: fix man page; it's -OO not -O0 X-Git-Tag: v3.2.1b1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e97f14c1bbd02d385f30f769c350731e2f2e251c;p=python Merge #11971: fix man page; it's -OO not -O0 Patch by Lars Michelsen. --- e97f14c1bbd02d385f30f769c350731e2f2e251c diff --cc Misc/python.man index 2d15d5d336,411a43a3e7..0921e4c0c4 --- a/Misc/python.man +++ b/Misc/python.man @@@ -145,13 -142,9 +145,13 @@@ compiled (bytecode) files fro .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 +Do not print the version and copyright messages. These messages are +also suppressed in non-interactive mode. +.TP .BI "\-Q " argument Division control; see PEP 238. The argument must be one of "old" (the default, int/int and long/long return an int or long), "new" (new