Eli Bendersky <eli...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to