This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lm
Recipients docs@python, lm
Date 2011-05-01.13:51:34
SpamBayes Score 7.338606e-07
Marked as misclassified No
Message-id <1304257896.02.0.842593796082.issue11971@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-05-01 13:51:36lmsetrecipients: + lm, docs@python
2011-05-01 13:51:36lmsetmessageid: <1304257896.02.0.842593796082.issue11971@psf.upfronthosting.co.za>
2011-05-01 13:51:35lmlinkissue11971 messages
2011-05-01 13:51:35lmcreate