From b7ff16b0283fa080756e2c8e0c739d0f7f24a742 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 26 Sep 2004 01:24:23 +0000 Subject: 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(-) (limited to 'Lib/doctest.py') diff --git a/Lib/doctest.py b/Lib/doctest.py index f02fba273a..d4119c7b4d 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', -- cgit v1.2.1