]> granicus.if.org Git - python/commitdiff
Removed two undocumented unittest support classes, and one undocumented
authorTim Peters <tim.peters@gmail.com>
Sun, 26 Sep 2004 01:24:23 +0000 (01:24 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 26 Sep 2004 01:24:23 +0000 (01:24 +0000)
unittest support function, from the public interface.  If they're not
documented, they shouldn't be public.

Lib/doctest.py

index f02fba273a5f0cff5772f9be99991279d6ab4615..d4119c7b4d5a96664a21e23b41ad3fd18789be27 100644 (file)
@@ -83,10 +83,7 @@ __all__ = [
     # 7. Tester
     'Tester',
     # 8. Unittest Support
-    'DocTestCase',
     'DocTestSuite',
-    'DocFileCase',
-    'DocFileTest',
     'DocFileSuite',
     # 9. Debugging Support
     'script_from_examples',