[Python-checkins] python/dist/src/Lib doctest.py,1.57,1.58
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Tue Aug 10 03:41:30 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5319/Lib
Modified Files:
doctest.py
Log Message:
Start rewriting doctest's LaTeX docs. Damn, this is slow going!
Index: doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/doctest.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** doctest.py 9 Aug 2004 16:43:36 -0000 1.57
--- doctest.py 10 Aug 2004 01:41:28 -0000 1.58
***************
*** 1611,1615 ****
Also test examples reachable from dict m.__test__ if it exists and is
! not None. m.__dict__ maps names to functions, classes and strings;
function and class docstrings are tested even if the name is private;
strings are tested directly, as if they were docstrings.
--- 1611,1615 ----
Also test examples reachable from dict m.__test__ if it exists and is
! not None. m.__test__ maps names to functions, classes and strings;
function and class docstrings are tested even if the name is private;
strings are tested directly, as if they were docstrings.
More information about the Python-checkins
mailing list