[Python-checkins] python/dist/src/Lib doctest.py,1.43,1.44

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Aug 8 05:38:38 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10330/Lib

Modified Files:
	doctest.py 
Log Message:
Type in docstring.


Index: doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/doctest.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** doctest.py	8 Aug 2004 02:43:32 -0000	1.43
--- doctest.py	8 Aug 2004 03:38:33 -0000	1.44
***************
*** 794,798 ****
          The optional argument `doctest_factory` specifies a class or
          function that should be used to create new DocTest objects (or
!         objects that implement the same interface as DocTest).  This
          signature for this factory function should match the signature
          of the DocTest constructor.
--- 794,798 ----
          The optional argument `doctest_factory` specifies a class or
          function that should be used to create new DocTest objects (or
!         objects that implement the same interface as DocTest).  The
          signature for this factory function should match the signature
          of the DocTest constructor.



More information about the Python-checkins mailing list