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 ncoghlan
Recipients Ramchandra Apte, brett.cannon, docs@python, fijall, ncoghlan, pitrou, terry.reedy
Date 2013-02-23.10:11:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361614307.91.0.802196814407.issue17232@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for Remove instead of Removes

For the online docs, :const:`__debug__` should work (resolving to http://docs.python.org/3/library/constants.html#__debug__, which is currently described using some slightly brain-bending phrasing)

We should also tweak the output of "python -h" (the help string is in ./Modules/main.c)
History
Date User Action Args
2013-02-23 10:11:47ncoghlansetrecipients: + ncoghlan, brett.cannon, terry.reedy, pitrou, docs@python, fijall, Ramchandra Apte
2013-02-23 10:11:47ncoghlansetmessageid: <1361614307.91.0.802196814407.issue17232@psf.upfronthosting.co.za>
2013-02-23 10:11:47ncoghlanlinkissue17232 messages
2013-02-23 10:11:47ncoghlancreate