Terry J. Reedy <tjre...@udel.edu> added the comment:

My title suggestion was meant to say "Yes, if you are willing to expand the 
scope of this issue and do more work, go ahead' ;-).

I have not looked at help(test), but it should be complete if it is not.
I was referring to the test module doc 25.5. Someone decided recently that 
test.support 25.6 should be complete, for the benefit of developers (like me) 
even though subject to change. Hence the recent patch. That chapter should 
probably start with a notice that these are private interfaces, subject to 
change, for testing of Python.

I'd like to see at least a listing and brief description of other stuff I 
should know about, perhaps in a new 25.6.2 section. An alternative would be 
something in the developer docs. Looking at the listing of /test is a bit 
confusing. I have pretty much ignored everything other than test_x (and 
regrtest.py), assuming that they were data files used by particular tests. 
Hence I was surprised by script_helper.py as an annex to support.py. Are there 
others (that are not single-test specific)? (I know, this should become another 
issue.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11963>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to