[Python-checkins] python/dist/src/Lib doctest.py,1.110,1.111

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Sep 26 03:24:26 CEST 2004


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

Modified Files:
	doctest.py 
Log Message:
Removed two undocumented unittest support classes, and one undocumented
unittest support function, from the public interface.  If they're not
documented, they shouldn't be public.


Index: doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/doctest.py,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- doctest.py	25 Sep 2004 02:41:28 -0000	1.110
+++ doctest.py	26 Sep 2004 01:24:23 -0000	1.111
@@ -83,10 +83,7 @@
     # 7. Tester
     'Tester',
     # 8. Unittest Support
-    'DocTestCase',
     'DocTestSuite',
-    'DocFileCase',
-    'DocFileTest',
     'DocFileSuite',
     # 9. Debugging Support
     'script_from_examples',



More information about the Python-checkins mailing list