]> granicus.if.org Git - python/commitdiff
Removed debug_script from the public API: no docs, not public. I'm in
authorTim Peters <tim.peters@gmail.com>
Sun, 26 Sep 2004 03:50:06 +0000 (03:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 26 Sep 2004 03:50:06 +0000 (03:50 +0000)
the process of writing docs for the other "missing" debug support
functions.

Lib/doctest.py

index 6441054dd16cd5a0a866345a2e5f3fcf43e67ac7..dc7ec899d6559ce0ca0b4eec592280bb5a21fe79 100644 (file)
@@ -90,7 +90,6 @@ __all__ = [
     'script_from_examples',
     'testsource',
     'debug_src',
-    'debug_script',
     'debug',
 ]