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.
This commit is contained in:
Tim Peters 2004-09-26 03:50:06 +00:00
parent 16be62f054
commit 3afaaf2487
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ __all__ = [
'script_from_examples',
'testsource',
'debug_src',
'debug_script',
'debug',
]