[docs] [issue11015] Bring test.support docs up to date
Eli Bendersky
report at bugs.python.org
Fri Jan 28 04:42:25 CET 2011
Eli Bendersky <eliben at gmail.com> added the comment:
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)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11015>
_______________________________________
More information about the docs
mailing list