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',