[Python-3000-checkins] r63183 - python/branches/py3k/Lib/doctest.py

georg.brandl python-3000-checkins at python.org
Mon May 12 20:06:24 CEST 2008


Author: georg.brandl
Date: Mon May 12 20:06:23 2008
New Revision: 63183

Log:
Fix doctest's __all__.


Modified:
   python/branches/py3k/Lib/doctest.py

Modified: python/branches/py3k/Lib/doctest.py
==============================================================================
--- python/branches/py3k/Lib/doctest.py	(original)
+++ python/branches/py3k/Lib/doctest.py	Mon May 12 20:06:23 2008
@@ -80,13 +80,11 @@
     'testmod',
     'testfile',
     'run_docstring_examples',
-    # 7. Tester
-    'Tester',
-    # 8. Unittest Support
+    # 7. Unittest Support
     'DocTestSuite',
     'DocFileSuite',
     'set_unittest_reportflags',
-    # 9. Debugging Support
+    # 8. Debugging Support
     'script_from_examples',
     'testsource',
     'debug_src',


More information about the Python-3000-checkins mailing list