diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-09-26 03:50:06 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-09-26 03:50:06 (GMT) |
commit | 3afaaf24872d534e5782dbe6214fc7027a9d074a (patch) | |
tree | ca83b0582eafac653e4475629f4111291b8ed609 /Lib/doctest.py | |
parent | 16be62f054922b99853a05d30eea56d894984a4a (diff) | |
download | cpython-3afaaf24872d534e5782dbe6214fc7027a9d074a.zip cpython-3afaaf24872d534e5782dbe6214fc7027a9d074a.tar.gz cpython-3afaaf24872d534e5782dbe6214fc7027a9d074a.tar.bz2 |
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.
Diffstat (limited to 'Lib/doctest.py')
-rw-r--r-- | Lib/doctest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py index 6441054..dc7ec89 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -90,7 +90,6 @@ __all__ = [ 'script_from_examples', 'testsource', 'debug_src', - 'debug_script', 'debug', ] |