[Python-checkins] python/dist/src/Doc/lib libdoctest.tex,1.22,1.23

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Aug 10 17:41:05 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32745

Modified Files:
	libdoctest.tex 
Log Message:
minor changes to make this format again


Index: libdoctest.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdoctest.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** libdoctest.tex	10 Aug 2004 01:41:27 -0000	1.22
--- libdoctest.tex	10 Aug 2004 15:41:03 -0000	1.23
***************
*** 204,208 ****
    searched.
  
!   Return \code{(#failures, #tests)}.
  
    Optional argument \var{name} gives the name of the module; by default,
--- 204,208 ----
    searched.
  
!   Return \code{(\var{failure_count}, \var{test_count})}.
  
    Optional argument \var{name} gives the name of the module; by default,
***************
*** 287,291 ****
    \deprecated{2.4}{\var{isprivate} was a stupid idea -- don't use it.
    If you need to skip tests based on name, filter the list returned by
!   \code{\class{DocTestFinder.find()} instead.}
  
  %  """ [XX] This is no longer true:
--- 287,291 ----
    \deprecated{2.4}{\var{isprivate} was a stupid idea -- don't use it.
    If you need to skip tests based on name, filter the list returned by
!   \code{DocTestFinder.find()} instead.}
  
  %  """ [XX] This is no longer true:



More information about the Python-checkins mailing list