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 eli.bendersky
Recipients docs@python, eli.bendersky, ncoghlan
Date 2011-01-28.03:42:24
SpamBayes Score 0.00018565523
Marked as misclassified No
Message-id <1296186145.19.0.681643083837.issue11015@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know if it matters much, but there's a slight mismatch in the description of test.support.verbose. The documentation says it's a boolean, while it's 0 or 1 in reality. 

Can it just be changed to True/False in the code of test.support and test.regrtest? It appears that all the other flags are True/False and there's no reason to keep this 0/1 (which is probably a relic from a distant past)
History
Date User Action Args
2011-01-28 03:42:25eli.benderskysetrecipients: + eli.bendersky, ncoghlan, docs@python
2011-01-28 03:42:25eli.benderskysetmessageid: <1296186145.19.0.681643083837.issue11015@psf.upfronthosting.co.za>
2011-01-28 03:42:24eli.benderskylinkissue11015 messages
2011-01-28 03:42:24eli.benderskycreate