From 3afaaf24872d534e5782dbe6214fc7027a9d074a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 26 Sep 2004 03:50:06 +0000 Subject: [PATCH] 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. --- Lib/doctest.py | 1 - 1 file changed, 1 deletion(-) 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', ] -- 2.40.0