summaryrefslogtreecommitdiff
path: root/Lib/doctest.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-09-26 01:24:23 +0000
committerTim Peters <tim.peters@gmail.com>2004-09-26 01:24:23 +0000
commitb7ff16b0283fa080756e2c8e0c739d0f7f24a742 (patch)
tree4cba56dd35f2d85db0875a7e2524cb367b4f2a41 /Lib/doctest.py
parenta37e8c348ee967f010dbed13ca8634abdb55268b (diff)
downloadcpython-b7ff16b0283fa080756e2c8e0c739d0f7f24a742.tar.gz
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.
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',