[Python-checkins] CVS: python/dist/src/Lib/test README,1.10,1.11 test_support.py,1.29,1.30

Tim Peters tim_one@users.sourceforge.net
2001年9月09日 18:39:24 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv17384/python/Lib/test
Modified Files:
	README test_support.py 
Log Message:
Repair late-night doc typos.
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** README	2001年09月09日 06:12:01	1.10
--- README	2001年09月10日 01:39:21	1.11
***************
*** 79,83 ****
 
 If run via regrtest, test_main() is called (by regrtest) without specifying
! verbose, and then test_supprot's idea of verbosity is used. But when
 run directly, test_main(1) is called, and then doctest's idea of verbosity
 is used.
--- 79,83 ----
 
 If run via regrtest, test_main() is called (by regrtest) without specifying
! verbose, and then test_support's idea of verbosity is used. But when
 run directly, test_main(1) is called, and then doctest's idea of verbosity
 is used.
Index: test_support.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_support.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** test_support.py	2001年09月09日 06:12:01	1.29
--- test_support.py	2001年09月10日 01:39:21	1.30
***************
*** 184,189 ****
 
 If optional argument verbosity is not specified (or is None), pass
! test_support's belief about verbosity on to doctest. Else doctest
! sys.argv for -v.
 """
 
--- 184,189 ----
 
 If optional argument verbosity is not specified (or is None), pass
! test_support's belief about verbosity on to doctest. Else doctest's
! usual behavior is used (it searches sys.argv for -v).
 """
 

AltStyle によって変換されたページ (->オリジナル) /