From: Tim Peters Date: Sun, 26 Sep 2004 03:50:06 +0000 (+0000) Subject: Removed debug_script from the public API: no docs, not public. I'm in X-Git-Tag: v2.4b1~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3afaaf24872d534e5782dbe6214fc7027a9d074a;p=python Removed debug_script from the public API: no docs, not public. I'm in the process of writing docs for the other "missing" debug support functions. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index 6441054dd1..dc7ec899d6 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -90,7 +90,6 @@ __all__ = [ 'script_from_examples', 'testsource', 'debug_src', - 'debug_script', 'debug', ]