summaryrefslogtreecommitdiff
path: root/Lib/doctest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/doctest.py')
-rw-r--r--Lib/doctest.py3
1 files changed, 0 insertions, 3 deletions
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',