[issue11971] Wrong parameter -O0 instead of -OO in manpage

New submission from Lars Michelsen <lm@larsmichelsen.com>: Hello Devs, digging around in the python manpage and playing with the parameters I found a wrong parameter specification in the python manpage. The -OO parameter for discarding docstrings is written as -O0 (the 2nd is a zero). A patch is attached. Regards ---------- assignee: docs@python components: Documentation files: fix-OO-param.patch keywords: patch messages: 134909 nosy: docs@python, lm priority: normal severity: normal status: open title: Wrong parameter -O0 instead of -OO in manpage versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file21846/fix-OO-param.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11971> _______________________________________

Roundup Robot <devnull@devnull> added the comment: New changeset d70b0137902b by R David Murray in branch '2.7': #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/d70b0137902b New changeset c57fdce01eb8 by R David Murray in branch '3.1': #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/c57fdce01eb8 New changeset bbc6129f7861 by R David Murray in branch '3.2': Merge #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/bbc6129f7861 New changeset e2f71bc9b0db by R David Murray in branch 'default': Merge #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/e2f71bc9b0db ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11971> _______________________________________

R. David Murray <rdmurray@bitdance.com> added the comment: Thanks for catching that, and for the patch. ---------- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11971> _______________________________________

Roundup Robot <devnull@devnull> added the comment: New changeset d70b0137902b by R David Murray in branch '2.7': #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/d70b0137902b New changeset c57fdce01eb8 by R David Murray in branch '3.1': #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/c57fdce01eb8 New changeset bbc6129f7861 by R David Murray in branch '3.2': Merge #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/bbc6129f7861 New changeset e2f71bc9b0db by R David Murray in branch 'default': Merge #11971: fix man page; it's -OO not -O0 http://hg.python.org/cpython/rev/e2f71bc9b0db ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11971> _______________________________________

R. David Murray <rdmurray@bitdance.com> added the comment: Thanks for catching that, and for the patch. ---------- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11971> _______________________________________
participants (3)
-
Lars Michelsen
-
R. David Murray
-
Roundup Robot