From 261b28aac65313463b315e4570798bfea100848f Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 26 Sep 2004 01:24:23 +0000 Subject: [PATCH] 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. --- Lib/doctest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/doctest.py b/Lib/doctest.py index f02fba273a5..d4119c7b4d5 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -83,10 +83,7 @@ __all__ = [ # 7. Tester 'Tester', # 8. Unittest Support - 'DocTestCase', 'DocTestSuite', - 'DocFileCase', - 'DocFileTest', 'DocFileSuite', # 9. Debugging Support 'script_from_examples',